[Plugin] Performance profiler
#1

Performance profiler

This plugin can count how many times each of functions is called and how much time it takes to execute. This information is outputted in one of the currently supported formats: HTML , XML or and plain text.

Profiling begins right after a script gets loaded and stops when you unload it (i.e. when you close the server or do gmx/fsunload/fsreload). At unloading time, all statistical data is saved to a file called <script_name>-profile.<format> in .amx directory. The <format> part depends on your output format choice (see below).

Profiler adds a few extra server.cfg variables:
  • profile_gamemode <0|1>

    If set to 1, profiler will profile currently running game mode. Default value is 0.

  • profile_filterscripts <fs1> <fs2> ...

    A list of filter scripts to be profiled. Can be empty.

  • profile_format <xml|html|txt>

    Set statistics output format. Default is html. Note for HTML: it is possible to sort stats by clicking on column names!!

  • call_graph <0|1>

    Set this option to 1 if you want profiler to generate a call graph. The graph is generated as a GraphViz dot file.

  • call_graph_format <format>

    If specified, profiler will try to convert the .gv file into one of the formats supported by dot.

    The dot program is invoked as follows:

    Code:
     <install_path>/dot -T<format> <some_script-calls.gv> -O
    On Windows, install_path is looked up in registry first, then in GV_HOME environment variable (as on *nix). If GraphViz install path is not found it is assumed to be already in PATH.
Download

https://github.com/Zeex/samp-plugin-profiler/releases

Source code

https://github.com/Zeex/samp-plugin-profiler
Reply


Messages In This Thread
Performance profiler - by 0x5A656578 - 23.07.2011, 03:50
Re: Performance profiler - by Lorenc_ - 23.07.2011, 04:03
Re: Performance profiler - by Kyosaur - 23.07.2011, 05:38
Re: Performance profiler - by Burridge - 23.07.2011, 07:09
Re: Performance profiler - by RyDeR` - 23.07.2011, 08:57
Re: Performance profiler - by leong124 - 23.07.2011, 09:11
Re: Performance profiler - by Calgon - 23.07.2011, 09:18
Re: Performance profiler - by QuaTTrO - 23.07.2011, 09:32
Re: Performance profiler - by Mauzen - 23.07.2011, 10:04
Re: Performance profiler - by 0x5A656578 - 23.07.2011, 10:42
Re: Performance profiler - by robanswe - 23.07.2011, 10:59
Re: Performance profiler - by leong124 - 23.07.2011, 11:06
Re: Performance profiler - by robanswe - 23.07.2011, 11:17
Re: Performance profiler - by leong124 - 23.07.2011, 11:24
Re: Performance profiler - by Babul - 23.07.2011, 11:24
Re: Performance profiler - by leong124 - 23.07.2011, 14:23
Re: Performance profiler - by robanswe - 23.07.2011, 14:37
Re: Performance profiler - by AirKite - 23.07.2011, 15:31
Re: Performance profiler - by 0x5A656578 - 23.07.2011, 15:32
Re: Performance profiler - by leong124 - 23.07.2011, 15:56
Re: Performance profiler - by robanswe - 23.07.2011, 16:13
Re: Performance profiler - by 0x5A656578 - 24.07.2011, 07:43
Re: Performance profiler - by robanswe - 24.07.2011, 08:27
Re: Performance profiler - by 0x5A656578 - 24.07.2011, 16:44
Re: Performance profiler - by robanswe - 24.07.2011, 17:18
Re: Performance profiler - by 0x5A656578 - 24.07.2011, 17:23
Re: Performance profiler - by robanswe - 24.07.2011, 17:26
Re: Performance profiler - by 0x5A656578 - 24.07.2011, 17:28
Re: Performance profiler - by robanswe - 24.07.2011, 17:33
Re: Performance profiler - by 0x5A656578 - 24.07.2011, 17:46
Re: Performance profiler - by robanswe - 24.07.2011, 17:47
Re: Performance profiler - by 0x5A656578 - 24.07.2011, 17:53
Re: Performance profiler - by robanswe - 24.07.2011, 18:00
Re: Performance profiler - by MadeMan - 24.07.2011, 18:08
Re: Performance profiler - by GangsTa_ - 25.07.2011, 15:52
Re: Performance profiler - by leong124 - 28.07.2011, 15:54
Re: Performance profiler - by AndreT - 28.07.2011, 16:16
Re: Performance profiler - by robanswe - 28.07.2011, 16:26
Re: Performance profiler - by robanswe - 30.07.2011, 11:31
Re: Performance profiler - by Danny - 30.07.2011, 12:46
Re: Performance profiler - by cyber_punk - 30.07.2011, 21:11
Re: Performance profiler - by robanswe - 30.07.2011, 21:22
Re: Performance profiler - by leong124 - 31.07.2011, 04:56
Re: Performance profiler - by 0x5A656578 - 31.07.2011, 08:48
Re: Performance profiler - by robanswe - 31.07.2011, 08:52
Re: Performance profiler - by 0x5A656578 - 31.07.2011, 13:34
Re: Performance profiler - by robanswe - 31.07.2011, 13:51
Re: Performance profiler - by wups - 31.07.2011, 14:19
Re: Performance profiler - by Calgon - 31.07.2011, 14:27
Re: Performance profiler - by wups - 31.07.2011, 14:40
Re: Performance profiler - by Calgon - 31.07.2011, 14:42
Re: Performance profiler - by leong124 - 01.08.2011, 04:43
Re: Performance profiler - by Hal - 01.08.2011, 21:37
AW: Performance profiler - by Meta - 01.08.2011, 22:39
Re: Performance profiler - by leong124 - 02.08.2011, 05:02
AW: Performance profiler - by Meta - 02.08.2011, 18:31
Re: Performance profiler - by QuaTTrO - 02.08.2011, 19:37
Re: Performance profiler - by Hal - 03.08.2011, 02:23
Re: Performance profiler - by leong124 - 03.08.2011, 04:48
Re: Performance profiler - by Inverse - 03.08.2011, 04:57
Re: Performance profiler - by QuaTTrO - 03.08.2011, 10:33
Re: Performance profiler - by robanswe - 03.08.2011, 13:28
Re: Performance profiler - by Scenario - 03.08.2011, 13:51
Re: Performance profiler - by dengli - 04.08.2011, 13:24
Re: Performance profiler - by cyber_punk - 06.08.2011, 09:08
Re: Performance profiler - by ajwar - 19.08.2011, 12:41
Re: Performance profiler - by DDodo - 19.08.2011, 15:01
Re: Performance profiler - by robanswe - 19.08.2011, 15:20
Re: Performance profiler - by ajwar - 19.08.2011, 19:36
AW: Performance profiler - by xX60CentXx - 19.08.2011, 20:26
Re: Performance profiler - by Davz*|*Criss - 21.08.2011, 07:20
Re: Performance profiler - by Ash. - 06.09.2011, 13:23
Re: Performance profiler - by Rachael - 27.09.2011, 11:48
Re: Performance profiler - by cyber_punk - 27.09.2011, 12:26
Re: Performance profiler - by Rachael - 30.09.2011, 13:50
Re: Performance profiler - by 0x5A656578 - 30.09.2011, 14:24
Re: Performance profiler - by Rachael - 01.10.2011, 00:56
Re: Performance profiler - by Slice - 05.10.2011, 16:52
Re: Performance profiler - by 0x5A656578 - 05.10.2011, 20:49
Re: Performance profiler - by cyber_punk - 06.10.2011, 06:11
Re: Performance profiler - by 0x5A656578 - 06.10.2011, 13:23
Re : Performance profiler - by TheBest6 - 06.10.2011, 16:10
Re: Performance profiler - by MisterTickle - 07.10.2011, 06:06
Re: Performance profiler - by Slice - 07.10.2011, 06:18
Re: Performance profiler - by Kar - 15.10.2011, 11:42
Re: Performance profiler - by BloodyEric - 15.10.2011, 15:32
Re: Performance profiler - by Babul - 15.10.2011, 17:02
Re: Performance profiler - by 0x5A656578 - 15.10.2011, 17:10
Re: Performance profiler - by BloodyEric - 15.10.2011, 18:09
Re: Performance profiler - by Kar - 15.10.2011, 23:29
Re: Performance profiler - by [L3th4l] - 27.10.2011, 13:57
Re: Performance profiler - by 0x5A656578 - 27.10.2011, 20:03
Re: Performance profiler - by [L3th4l] - 27.10.2011, 20:39
Re: Performance profiler - by lpiob - 18.11.2011, 13:11
Re: Performance profiler - by LeNy - 18.11.2011, 18:51
Re: Performance profiler - by Dragony92 - 24.11.2011, 01:40
AW: Performance profiler - by nescha - 08.12.2011, 13:25
Re: Performance profiler - by leong124 - 08.12.2011, 14:42
Re: Performance profiler - by Dragony92 - 10.12.2011, 07:08
Re: Performance profiler - by Kar - 24.12.2011, 00:17
Re: Performance profiler - by Kar - 24.12.2011, 14:14
Re: Performance profiler - by PawnoQ - 03.01.2012, 22:38
Re: Performance profiler - by dud - 06.03.2012, 17:55
Re: Performance profiler - by Vince - 06.03.2012, 18:18
Re: Performance profiler - by dud - 06.03.2012, 18:27
Re: Performance profiler - by dud - 07.03.2012, 08:20
Re: Performance profiler - by Zeex_ - 07.03.2012, 11:47
Re: Performance profiler - by -Prodigy- - 09.03.2012, 08:38
Re: Performance profiler - by -Prodigy- - 10.03.2012, 21:40
Re: Performance profiler - by Rac3r - 11.03.2012, 11:41
Re: Performance profiler - by Zeex_ - 13.03.2012, 10:51
Re: Performance profiler - by SimonItaly - 13.03.2012, 11:58
Re: Performance profiler - by ][Noname][ - 16.03.2012, 07:18
Re: Performance profiler - by -Prodigy- - 17.03.2012, 02:46
Re: Performance profiler - by dudaefj - 18.03.2012, 01:36
Re: Performance profiler - by Karagon - 29.03.2012, 00:26
AW: Performance profiler - by woot - 03.04.2012, 19:39
Re: Performance profiler - by SimonItaly - 03.04.2012, 20:06
Re: Performance profiler - by ][Noname][ - 12.04.2012, 18:53
Re : Performance profiler - by ombre - 16.04.2012, 14:38
[No subject] - by ][Noname][ - 16.04.2012, 15:15
Re : Performance profiler - by ombre - 16.04.2012, 22:22
Re: Performance profiler - by Unknown1234 - 23.04.2012, 17:43
[No subject] - by ][Noname][ - 23.04.2012, 19:14
Re : Performance profiler - by ombre - 03.05.2012, 13:40
Re : Performance profiler - by ombre - 16.05.2012, 21:25
[No subject] - by ][Noname][ - 16.05.2012, 22:09
Re: Performance profiler - by Darklom - 18.05.2012, 12:44
Re : Performance profiler - by ombre - 21.05.2012, 16:15
Re : Performance profiler - by ombre - 23.05.2012, 14:21
Re: Re : Performance profiler - by Darklom - 27.05.2012, 18:33
Re: Performance profiler - by Kathleen - 27.05.2012, 19:06
Re : Performance profiler - by i64 - 23.08.2012, 20:41
Re: Performance profiler - by preda98 - 23.08.2012, 20:42
Re: Performance profiler - by Ballu Miaa - 24.08.2012, 03:45
Re: Performance profiler - by fannet - 29.08.2012, 22:52
Re: Performance profiler - by Lordzy - 30.08.2012, 05:07
Re: Performance profiler - by Glint - 16.09.2012, 13:52
Re: Performance profiler - by ZackBoolaro - 08.10.2012, 11:25
Re: Performance profiler - by V415 - 16.12.2012, 05:09
Re: Performance profiler - by BlueSky_ - 16.12.2012, 05:37
Re: Performance profiler - by V415 - 16.12.2012, 05:42
Re: Performance profiler - by ReVo_ - 16.12.2012, 10:03
Re: Performance profiler - by Swimor - 02.01.2013, 17:19
Re: Re : Performance profiler - by MazaHACKa - 21.01.2013, 21:33
Re : Performance profiler - by ombre - 29.01.2013, 22:49
Re: Performance profiler - by Tamer - 31.03.2013, 15:39
Re: Performance profiler - by SKAzini - 31.03.2013, 15:51
Re: Performance profiler - by Tamer - 31.03.2013, 17:45
Re: Performance profiler - by Slice - 02.04.2013, 11:52
Re: Performance profiler - by xeeZ - 02.04.2013, 19:06
Re: Performance profiler - by xeeZ - 03.04.2013, 10:52
Re: Performance profiler - by Slice - 03.04.2013, 13:18
Re: Performance profiler - by xeeZ - 03.04.2013, 13:22
Re: Performance profiler - by Slice - 03.04.2013, 13:27
Re: Performance profiler - by IstuntmanI - 12.04.2013, 18:42
Re: Performance profiler - by xeeZ - 01.05.2013, 18:51
Re: Performance profiler - by Scenario - 01.06.2013, 21:12
Re: Performance profiler - by Scenario - 05.06.2013, 20:49
Re: Performance profiler - by xeeZ - 08.06.2013, 13:33
Re: Performance profiler - by Scenario - 08.06.2013, 19:05
Re: Performance profiler - by xeeZ - 08.06.2013, 21:16
Re: Performance profiler - by Scenario - 08.06.2013, 21:22
Re: Performance profiler - by xeeZ - 08.06.2013, 21:31
Re: Performance profiler - by Scenario - 08.06.2013, 21:38
Re: Performance profiler - by xeeZ - 08.06.2013, 21:44
Re: Performance profiler - by Scenario - 08.06.2013, 21:48
Re: Performance profiler - by NeroX98 - 27.06.2013, 00:43
Re: Performance profiler - by ReVo_ - 20.07.2013, 15:06
Re: Performance profiler - by xeeZ - 20.07.2013, 16:35
Re: Performance profiler - by Richard_Gere - 09.08.2013, 11:40
Re: Performance profiler - by Gennum. - 23.08.2013, 16:07
Re: Performance profiler - by xeeZ - 24.08.2013, 06:15
Re: Performance profiler - by Gennum. - 24.08.2013, 13:05
Re: Performance profiler - by Tamer - 01.09.2013, 19:00
AW: Performance profiler - by Blowfish - 12.09.2013, 10:26
Re : Performance profiler - by anou1 - 11.08.2014, 23:35
AW: Re: Performance profiler - by RaZVaN ^ xD - 12.08.2014, 10:33
Respuesta: AW: Re: Performance profiler - by Gryphus One - 13.08.2014, 01:16
Re: Respuesta: AW: Re: Performance profiler - by MicroD - 13.08.2014, 07:24
Re: Performance profiler - by xeeZ - 31.08.2014, 20:36
Re: Performance profiler - by IstuntmanI - 12.09.2014, 21:25
Re : Re: Performance profiler - by halil69 - 01.10.2014, 02:57
Re: Performance profiler - by xeeZ - 01.10.2014, 14:42
Re : Performance profiler - by halil69 - 01.10.2014, 17:37
Re: Performance profiler - by xeeZ - 01.10.2014, 19:05
Re : Re: Performance profiler - by halil69 - 02.10.2014, 08:35
Re: Performance profiler - by Tika Spic - 08.01.2015, 15:33
Respuesta: Re: Performance profiler - by Gryphus One - 11.01.2015, 03:49
Re: Performance profiler - by xeeZ - 11.01.2015, 09:35
Re: Performance profiler - by Youssef221 - 27.01.2015, 12:10
Re: Performance profiler - by cm666 - 18.02.2015, 06:49
Re: Performance profiler - by xeeZ - 18.02.2015, 12:35
Re: Performance profiler - by cm666 - 21.02.2015, 07:36
Re: Performance profiler - by perfectboy - 13.05.2015, 10:01
Re: Performance profiler - by Tamer - 23.05.2015, 16:25
Re: Performance profiler - by Misiur - 30.06.2015, 09:54
Re: Performance profiler - by maddinat0r - 30.06.2015, 10:12
Re: Performance profiler - by Misiur - 30.06.2015, 11:01
Re: Performance profiler - by Type-R - 17.03.2016, 13:57
Re: Performance profiler - by ReshiramZekrom - 17.08.2016, 10:54
Re: Performance profiler - by Misiur - 17.08.2016, 12:26
Re: Performance profiler - by iLearner - 04.12.2016, 07:35
Re: Performance profiler - by iLearner - 04.12.2016, 08:55
Re: Performance profiler - by ~Error - 30.12.2016, 16:18
Re: Performance profiler - by Tamer - 05.04.2017, 20:12
Re: Performance profiler - by Nubik - 06.09.2018, 15:13
Re: Performance profiler - by xeeZ - 06.09.2018, 18:45
Re: Performance profiler - by fatlirmorina - 24.08.2019, 17:40
Re: Performance profiler - by tslatas - 26.03.2020, 23:51
Re: Performance profiler - by Calisthenics - 27.03.2020, 08:41

Forum Jump:


Users browsing this thread: 1 Guest(s)