Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in profiling

SQL Server Profiling how should I go about it?

sql-server-2005 profiling

How to do memory profiling on Windows? [duplicate]

How can I profile threads in Java?

Profiling `if(x)` VS `if(x===undefined)`

javascript profiling

dotTrace - what profiling settings should I use for my desktop app?

Duration of individual methods (Java)

How to use pgFouine with PostgreSQL 9.1?

Is it possible to increase the sample rate when profiling go programs?

go profiling pprof

Android - profiling a specific thread (UI Thread) via DDMS

Memory leak due to Window.EfectiveValues retention

react-native profiling doesn't show JS thread

Yourkit UI throwing "There's no application running at localhost with profiler agent configured to listen on port" exception

java jboss profiling yourkit

Why is my haskell program so slow? Programming in Haskell, game of life

How to profile memory usage and performances of an openMPI program in C

Why does gprof significantly underestimate the program's running time?

c profiling gprof

How does Very Sleepy find symbol files?

How to make profilers (valgrind, perf, pprof) pick up / use local version of library with debugging symbols when using mpirun?

how to profile sequential launched multiple OpenCL kernels by one clFinish?

profiling opencl

Why do C++ and strace disagree on how long the open() system call is taking?

c++ linux profiling strace

Is there a simple way of obtaining all object instances of a specific class in Java

java jvm profiling