• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Server] Script performance testing
#6
Using GetTickCount is not the right way to do this at all. It only tells you how long a single piece of code might take to run (and very very very inaccurately). It won't tell you which parts are actually slow, nor which parts are run a lot. You need the profiler plugin.
  Reply


Messages In This Thread
Script performance testing - by kalEd - 2021-03-08, 10:02 AM
RE: Script performance testing - by Radical - 2021-03-08, 11:26 AM
RE: Script performance testing - by Virsenas - 2021-03-08, 12:35 PM
RE: Script performance testing - by kalEd - 2021-03-08, 01:30 PM
RE: Script performance testing - by Kwarde - 2021-03-08, 07:04 PM
RE: Script performance testing - by Y_Less - 2021-03-08, 07:59 PM

Forum Jump: