Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in profiling

How does a system wide profiler (e.g. perf) correlate counters with instructions?

How to observe CUDA events and metrics for a subsection of an executable (e.g. only during a kernel execution time)?

cuda profiling nvvp nvprof

High-precision timer in Android JNI

G1 garbage collector log analyzer

If a Julia script is run from the command line, does it need to be re-compiled every time?

Can I compare hprof/jmap dumps with VisualVM?

java profiling visualvm hprof

how to get disk read/write bytes per second from /proc in programming on linux?

linux profiling disk

Do all profilers significantly slow execution?

performance profiling d

Java VisualVM Enable Heap Dump on OOME

java profiling jvisualvm

What are some resources I can use to learn profiling/optimizing?

c# .net optimization profiling

Understanding Python profile output

python profiling profile

What's faster IN or OR?

"The device does not recognize this host message when running app on the device" [duplicate]

iphone xcode profiling

What is correct way to use cProfile with asyncio code?