-
CPU - traceview
memory - ??, dump, emat
5일차 자료를 기반으로 DDMS로 TracieView, HierachyView로 데이터 분석해 볼것
그리고 분석 방법을 자료로 정리해 볼것
그리고 최종 수업 자료로 ppt자료로 만들어 볼것
-
Go through and look at the main game loop, and see what's eating up all the cycles.
The 1st few levels are fine (ie. just ship plus icebergs), but adding in more enemies is creating some issues.
### …
-
## Description
Size investigation of Mono AOT binaries relies on profiling tools like `bloaty` and `otool` which provide good insight about content of a binary. However, even with such tools, it is…
-
Hello,
I am getting the following error for functional profiling when running the pipeline (this is the log):
diamond v2.0.15.153 (C) Max Planck Society for the Advancement of Science
Documen…
-
Right now, every profiling measurement request is handled by a separately-spawned task, which probably isn't great for profiling overhead. Consider (optionally) batching responses by target proc and …
-
Running `python -m tracy -m pytest models/demos/resnet/tests/test_perf_resnet.py::test_perf_bare_metal[20-0.015-25]` on a Tracy only build causes the following:
``` RuntimeError: TT_THROW @ tt_metal…
-
https://pythonspeed.com/articles/logging-vs-profiling/
-
The row-group-level filtered reading for Parquet that is introduced by #5843 creates an issue of duplicate metadata (metadata is stored in the footers of Parquet files) reading in the case when filter…
-
# Expected Behavior
Should be able to make http requests against the tekton-pipelines-controller pprof port (8008) when profiling is enabled
# Actual Behavior
```
gmontero ~/go/src/github.co…
-
I'm trying to teach myself Go.
In order to get a good idea about possible low-hanging-fruit that could be optimized in our software, I think it would be good to briefly document how to profile golang…