Tag: profiling


Found 80 results for 'profiling'.


1) c++ - How can I profile C++ code running on Linux?
2) python - Why does Python code run faster in a function?
3) firefox - How do I identify resource hogs on Firefox?
4) python - How do I profile a Python script?
5) profiling - Alternatives to gprof
6) c# - What Are Some Good .NET Profilers?
7) c++ - How to profile multi-threaded C++ application on Linux?
8) profiling - gperftools - profile file not dumped
9) c - How do you profile your code?
10) profiling - How to use google perf tools
11) python - Why does Python code run faster in a function?
12) python - Why does Python code run faster in a function?
13) python - Why does Python code run faster in a function?
14) python - Why does Python code run faster in a function?
15) bash - How can I profile a Bash shell script slow startup?
16) c++ - Using gprof with sockets
17) c++ - What are some good profilers for native C++ on Windows?
18) c++ - Beyond Stack Sampling: C++ Profilers
19) c++ - Linux time sample based profiler
20) c++ - Capturing function exit time with __gnu_mcount_nc
21) c++ - Measuring execution time of a function in C++
22) python - How do I profile a Python script?
23) linux-kernel - How can I profile virtual memory accesses made in user mode and kernel mode?
24) c# - Why is my code so slow?
25) profiling - What profiler should I use to measure _real_ time (including waiting for syscalls) spend in this function, not _CPU_ one
26) python - How do I profile a Python script?
27) c++ - Do I get valid profiling results with optimization turned off?
28) delphi - Delphi Profiling tools
29) c++ - Does having so many macros (#define) increase compilation time due to prolonged pre-processing?
30) profiling - gprof messing up
31) javascript - Javascript memory profiler for Firefox
32) c++ - Decent profiler for Windows?
33) firefox - Profiling add-ons in firefox
34) unit-testing - Is there any value in knowing the execution time for a unit test?
35) qt - Are there any Qt specific profilers around?
36) linux - Profiling a (possibly I/O-bound) process to reduce latency
37) optimization - Can profiling be used to verify if optimization was successful?
38) python - Python profiling using line_profiler - clever way to remove @profile statements on-the-fly?
39) linux - How to profile wall-clock time?
40) optimization - Where do you optimize?
41) python - How do I profile a Python script?
42) javascript - What is the best way to profile javascript execution?
43) bash - How can I profile a Bash shell script slow startup?
44) development-process - How to see what parts of your code are run most often?
45) gcc - What does the GCC function suffix "isra" mean?
46) python - commenting out @profile decorators when line-profiling
47) profiling - kcachegrind unable to open callgrind file
48) php - How can I profile database queries from PHP?
49) profiling - Interpreting gprof profiling output
50) c++ - Profiling the C++ compilation process