Re: Performance profiler -
Kar - 24.12.2011
Quote:
Originally Posted by ******
Do you use any other GDK plugins?
|
Yessir, streamer is using GDK.
Re: Performance profiler -
PawnoQ - 03.01.2012
i cant download it, could someone please reup the link?
Re: Performance profiler -
dud - 06.03.2012
Код:
Type Name Calls Self Time Total Time
normal unknown@0x00163b84 808 3.66 2.31
how to find name of this function
unknown@0x00163b84
Re: Performance profiler -
Vince - 06.03.2012
Did you compile with -d3 flag?
Re: Performance profiler -
dud - 06.03.2012
Pawn settings
Код:
[General]
FileAssoc=1
[Display]
WindowMax=1
WindowX=205
WindowY=86
WindowW=1014
WindowH=670
Splitter=302
Font_Name=Courier New
Font_Size=10
ShowFuncList=1
[RunOpts]
CopyDir=\
ExeFile=pawncc.exe
Params=-r
Here is my Pawn settings
EDIT: How to compile with -d3 flag?
Re: Performance profiler -
dud - 07.03.2012
bump
Re: Performance profiler - Zeex_ - 07.03.2012
https://sampforum.blast.hk/showthread.php?tid=249897
Replace -d0 -r with -d3
Re: Performance profiler -
-Prodigy- - 09.03.2012
Hey, anyone know why I get this error while loading the plugin?
[10:41:22] Failed (plugins/profiler.so: ELF file OS ABI invalid)
--
If it helps, I'm using serverffs.
Re: Performance profiler -
-Prodigy- - 10.03.2012
Quote:
Originally Posted by -Prodigy-
Hey, anyone know why I get this error while loading the plugin?
[10:41:22] Failed (plugins/profiler.so: ELF file OS ABI invalid)
--
If it helps, I'm using serverffs.
|
Bump!
Re: Performance profiler -
Rac3r - 11.03.2012
Anyone know why I get this error?

Could be XP bug, just wondering if anyone else got this error.
Re: Performance profiler - Zeex_ - 13.03.2012
Quote:
Originally Posted by Rac3r
Anyone know why I get this error?

Could be XP bug, just wondering if anyone else got this error.
|
It turns out Windowx XP's advapi32.dll does not support RegGetValue according to
http://msdn.microsoft.com/query/dev1...OWS%29&rd=true
I'lll upload a new version soon that uses RegEnumValue instead (supported by Windows 2000 and higher).
EDIT:
Done:
https://github.com/downloads/Zeex/sa....7.3-win32.zip
Re: Performance profiler -
SimonItaly - 13.03.2012
When I try to load any of your plugins (profiler, crashdetect) it says "can't find the entry point _invalid_parameter_noinfo_noreturn from MSVCR100.dll", but I've already installed the Microsoft Visual C++ 2010 Redistributable many times.
This happened on my PC (WinXP), my laptop (Win7) and also the VPS where my server's hosted (WS2008 ).
Re: Performance profiler -
][Noname][ - 16.03.2012
Deleted
Re: Performance profiler -
-Prodigy- - 17.03.2012
Quote:
Originally Posted by -Prodigy-
Hey, anyone know why I get this error while loading the plugin?
[10:41:22] Failed (plugins/profiler.so: ELF file OS ABI invalid)
--
If it helps, I'm using serverffs.
|
I still need help!!
Re: Performance profiler -
dudaefj - 18.03.2012
"404 this is not the web page you are looking for"
=(
@edit
nice, I've got this for an other way, so...
what is the difference between
Self Time and
Total Time ?
Re: Performance profiler -
Karagon - 29.03.2012
Please excuse any bump or "omg noob post bumper" I may have caused within you, but I do have a question!
After experiencing lag on my script, I decided to put this plugin in, and see what's causing it, as we didn't have it long ago.
I've come to the conclusion that it isn't VH, but instead, the script, duh.
Anyways, when I load it correctly, right after testing it on the Windows version, here's what it outputs:
Код:
Failed (plugins/profiler.so: ELF file OS ABI invalid)
I've no clue what this is because of, and all that I can think of is that Volt-Host doesn't have what ever it needs installed.
Any ideas or reasons for this? Thanks
AW: Performance profiler -
woot - 03.04.2012
Has anyone gotten this working on debian squeeze x64?
Getting the usual glibc error here, I was unable to fix it even sym. links 64bit libraries, so annoying >.>
Код:
Failed (/usr/lib32/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by plugins/profiler.so))
Re: Performance profiler -
SimonItaly - 03.04.2012
Quote:
Originally Posted by DarkSlyder
When I try to load any of your plugins (profiler, crashdetect) it says "can't find the entry point _invalid_parameter_noinfo_noreturn from MSVCR100.dll", but I've already installed the Microsoft Visual C++ 2010 Redistributable many times.
This happened on my PC (WinXP), my laptop (Win7) and also the VPS where my server's hosted (WS2008 ).
|
Bump for this problem.
Re: Performance profiler -
][Noname][ - 12.04.2012
woot
http://www.solidfiles.com/d/3eba61f8c3/
compiled for debian 2.7.3
Re : Performance profiler -
ombre - 16.04.2012
For optimized my GM and to win of the ressource (CPU/ram) this plugin is useful for to know which funtions are called and use more ressource?