Posts: 1,648
Threads: 482
Joined: Jun 2010
Could someone kindly explain? It's just a little confusing and unclear.
Posts: 1,648
Threads: 482
Joined: Jun 2010
It says 'adds a few server.cfg files.' I'm not sure if it does it or I have to?
Posts: 139
Threads: 6
Joined: Dec 2012
Reputation:
0
It gives you an option to add them, depending on what you want to profile and how, nothing is mandatory, but then again, what's the point of adding the plugin at all.
profile_gamemode 1 (if you want to profile the performance of a currently running gamemode)
profile_filterscripts fsname (the name of the filterscripts, separated by a space if many, you want to profile, not compulsory)
profile_format xml/html/txt (depending on which output format you prefer, i'd go for html though, as it is by default)
I wouldn't add the call_graph variables since you could generate the graph yourself directly through the html file output by using a little PHP, but they also work the same way in the end.
Posts: 1,648
Threads: 482
Joined: Jun 2010
Thank you. If I decide not to add any whats the default output?