Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 1 and Version 2 of dev/LinuxGentoo


Ignore:
Timestamp:
Apr 21, 2005, 5:57:45 PM (19 years ago)
Author:
simon
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/LinuxGentoo

    v1 v2  
    6161
    6262=== Profiling ===
    63 If you want to profile (performance measureing) orxonox you will probably want to view the statistics in a special program like kprof. On Gentoo systems you can just emerge it:
     63If 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:
    6464{{{
    6565wraith root # emerge kprof
     
    7575wraith user # ./orxonox
    7676}}}
    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]]
     77Ok. 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]]
    7878After you exit the application, you will have to parse the output file and then you are able to open it in kprof application:
    7979{{{