#neat
1 messages · Page 1 of 1 (latest)
goddamn it i bought gprofiler last week because i was too lazy to make my own. thanks for releasing this
gprofiler is still good alongside these
so is fprofiler
none of them are all-in-ones that do everything you could need
yup
agreed. i like the 10s timespan for hook perfs - whats the impact like this ? fprofiler tends to completely lock up my server
low
fprofiler watches all of lua, this is just timing each invocation of a hook
very lite
when @cold void gets a little farther with their graphing/plotting library it would be super sick to hook these tools up with some basic graphs
Now there’s an idea
I tried making something like this years ago where I would graph it in a dhtml panel before I realized that was basically impossible
if you can plot and graph, we'd have a new age of in-game debugging
i would start hooking it up to everything
its like, insignificiant
@stable monolith could you maybe add some more info on the output? just first run shows hook unique name, hook name, some time im assuming, and some other number. these mean nothing unless i dig into the code to see what it means
which script
hookperf
(just print a 'title' column before you look through teh hook table)
like
print("Hook Name","Hook", "Total Time", "Count") so its clear what each value is
yeah sure
ty. i would update but ive already tweaked to add things i needed, perhaps a quickest/longest run of the hook, and average times? total time doesnt mean much but average is pretty useful