You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to request the ability for MicroProfiler to create a simple list of functions that were called during the execution of my program.
For example,
#
Function
Time Called
Time Spent
1
MyApp::InitInstance
2019-01-21 11:55:00 PM
7s
2
MyApp::MyFunction
2019-01-21 11:55:07 PM
10s
3
MyApp::ExitInstance
2019-01-21 11:55:17 PM
1s
In this way, I can easily see the order of execution of my program.
This may help troubleshoot situations where there's a deadlock for example.
Or it may help a developer understand the flow of calls in an application easier/better, and maybe fix a bug because of an unexpected order of calls.
Thank you!
The text was updated successfully, but these errors were encountered:
Hi.
I'd like to request the ability for MicroProfiler to create a simple list of functions that were called during the execution of my program.
For example,
In this way, I can easily see the order of execution of my program.
This may help troubleshoot situations where there's a deadlock for example.
Or it may help a developer understand the flow of calls in an application easier/better, and maybe fix a bug because of an unexpected order of calls.
Thank you!
The text was updated successfully, but these errors were encountered: