-
Hey, just started with this lib, and liking it :). How would i track the Perfomance each System is taking? so i can track bottle necks |
Beta Was this translation helpful? Give feedback.
Answered by
friflo
May 30, 2024
Replies: 1 comment
-
Hi, appreciate that you like it. You just enable monitoring with SystemGroup.SetMonitorPerf var root = new SystemRoot("Systems");
root.SetMonitorPerf(true); Each system has a |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
friflo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, appreciate that you like it.
You just enable monitoring with SystemGroup.SetMonitorPerf
Each system has a
Perf
property of type SystemPerf.It provides the time of the last execution and the sum of all execution times in milliseconds and system ticks.