Changes between Version 1 and Version 2 of dev/LinuxGentoo
- Timestamp:
- Apr 21, 2005, 5:57:45 PM (20 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/LinuxGentoo
v1 v2 61 61 62 62 === Profiling === 63 If you want to profile (performance measur eing) orxonox you will probably want to view the statistics in a special program like kprof. On Gentoo systems you can just emerge it:63 If you want to profile (performance measuring) Orxonox you will probably want to view the statistics in a special program like kprof. On Gentoo systems you can just emerge it: 64 64 {{{ 65 65 wraith root # emerge kprof … … 75 75 wraith user # ./orxonox 76 76 }}} 77 Ok. Orxonox runs now (very slow) and writes its profiling stats to a file called gmon.out. Remember that _only_ those functinalities, that you are using while running the program will be profiled (since the profile log is written while the program is been executed). [[br]]77 Ok. Orxonox now runs very slow and writes its profiling stats to a file called gmon.out. Remember that _only_ those functionalities, that you are using while running the program will be profiled (since the profile log is written while the program is been executed). [[br]] 78 78 After you exit the application, you will have to parse the output file and then you are able to open it in kprof application: 79 79 {{{