Skip to content

Debug System Perfomance #47

Answered by friflo
MaansenV asked this question in Q&A
Discussion options

You must be logged in to vote

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 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.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by friflo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants