nbianco1 / facets-loghound

Automatically exported from code.google.com/p/facets-loghound
0 stars 0 forks source link

Profiling. Profiling??? #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
How about profiling?  I promised myself I wouldn't borg other functionality, 
but profiling seems like a natural fit. (and other JS logging frameworks have 
it)

I'm thinking using the tags, we can create a way to record the execution time 
between messages that have the same tag.  This could work in one of two ways, 
depending on performance:

 # Button to turn profiling on which will automatically start recording time between messages with the same tag.
 # Add a hash to the beginning of tags that you want the system to record the time between.  This could result in very targeted profiling and I'm liking it more and more as I type this.

Original issue reported on code.google.com by ogradyjd@gmail.com on 5 Oct 2010 at 9:59

GoogleCodeExporter commented 8 years ago
Adding milestone designation...

Original comment by ogradyjd@gmail.com on 6 Oct 2010 at 7:25

GoogleCodeExporter commented 8 years ago

Original comment by ogradyjd@gmail.com on 3 Nov 2010 at 2:51