Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List of functions called with timestamp #43

Open
icnocop opened this issue Jan 22, 2019 · 0 comments
Open

List of functions called with timestamp #43

icnocop opened this issue Jan 22, 2019 · 0 comments

Comments

@icnocop
Copy link

icnocop commented Jan 22, 2019

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,

# 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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant