/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 Development/debugging/profiling/gcc/gprof.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
 
Profiler
2
 
--------
3
 
1. gcc -pg -lc_p -lm_p [/lib/gcrt0.o]
4
 
2. Run program (gmon.out will be created)
5
 
3. gprof -p
6