lucko / spark

A performance profiler for Minecraft clients, servers, and proxies.

Home Page:https://spark.lucko.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add mcfunction profiler support

MATRIX-feather opened this issue · comments

commented

Description

Currently, Spark doesn't seem to have mcfunction support, if some function consumes too much time, the profiler result would only show CustomFunctionCallbackTimerQueue or something else related to the function execution instead of a specific function name:
image

Proposed Behaviour

mcfunctions would appear in the profiler result in line with other methods, or another view like PluginsView for Spigot servers

Extra Details

No response