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

Fix nested Logger.measure #26

Open
dresselm opened this issue Jan 26, 2013 · 0 comments
Open

Fix nested Logger.measure #26

dresselm opened this issue Jan 26, 2013 · 0 comments

Comments

@dresselm
Copy link
Owner

I, [2013-01-26T13:35:07.246554 #8845]  INFO -- : Finished Simple in 0.000891s
I, [2013-01-26T13:35:07.246595 #8845]  INFO -- : Begin Html...
I, [2013-01-26T13:35:07.246634 #8845]  INFO -- : Finished Html in 1.0e-06s
I, [2013-01-26T13:35:07.246678 #8845]  INFO -- : Finished Reporting in 0.00163s
 => [[Mscan::Report::Simple, Mscan::Report::Html], 0.00163] 

The output should return the individual times and the total times something like this:

I, [2013-01-26T13:35:07.246678 #8845]  INFO -- : Finished Reporting in 0.000892s
 => [ [ [Mscan::Report::Simple, 0.000891], [Mscan::Report::Html, 1.0e-06] ], 0.000892]
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