/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to Analysis/profiling/gcc/gnu.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2015-08-21 03:52:00 UTC
  • Revision ID: csa@suren.me-20150821035200-xu1zh22cqlk2omcq
Profiling

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Standard GNU profiler (gprof, gcov)
 
2
---------------------
 
3
 GNU profiller have problems with multithreaded applications and is not able
 
4
 to track into the dynamicaly loaded (dlopen) shared libraries. Moreover,
 
5
 while gprof will just ignore such libraries, gcov will fail all calls
 
6
 to dlopen.