03.08.2011, 10:33
(
Последний раз редактировалось QuaTTrO; 03.08.2011 в 16:07.
)
leong124, Im big n00b and i dont know how to add compiler flag ;/
Robanswe
Thank you now it works
Robanswe
Thank you now it works
leong124, Im big n00b and i dont know how to add compiler flag ;/
|
I have encountered the same behavior, I have used the precompiled bins and also self compiled ones and I get no .prof I have used /rcon gmx and also ending my gamemodes round normally (which just calls GameModeExit). I am using Linux (Fedora 15..) I can provide anymore info if necessary, would really like to see this working.
|
Loading plugin: profiler.so Failed (/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by plugins/profiler.so))
First of all, this is an excellent plugin.
Working fine on windows test server. initial results show a high percentage of time on "CallLocalFunction", which only appears in the script within a command that was not used during the test. Would the profiler be pointing to SetTimer, and SetTimerEx? can anyone enlighten me? |
CallLocalFunction 26 1706717 44374652 30.78 Streamer_OnGameModeInit 1 18501457 18501457 12.83 IRC_OnGameModeInit 1 18501444 18501444 12.83 zcmd_OnGameModeInit 1 18501429 18501429 12.83 Itter_OnGameModeInit 1 18501417 18501417 12.83 OnGameModeInit 1 7423579 7423579 5.15 Timers_OnScriptInit 1 7389589 7389589 5.13 MapAndreas_Init 1 4580016 4580016 3.18 printf 50 51328 2566418 1.78
I guess this needs to be re-written as currently its output is not very informative and mostly misleading (the time taken by callees is included in a caller's time) so it's almost useless. Maybe I'll do something with this soon...
|