History log of /external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/ProfilerRegistry.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
31212435723e2dfd5d6716d1f6a7b0e66a1e6b38 26-Mar-2015 Ceki Gulcu <ceki@qos.ch> Reformat all code with the exception of the slf4j-android module to use 4 space indentation and max line width of 160.
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/ProfilerRegistry.java
7ba0605dc97fb81bde8311510d27b3ccba170008 16-Oct-2011 Ceki Gulcu <ceki@qos.ch> update license headers to current year
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/ProfilerRegistry.java
88c4c456766193e012eb890e2208473d99b91f83 03-Dec-2009 Ceki Gulcu <ceki@qos.ch> setting autocrlf = true on windows - no logical changes
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/ProfilerRegistry.java
f68b5c57d2dd5286da29927c3bd157cb9cee404d 16-Oct-2008 Ceki Gulcu <ceki@qos.ch> Minor javadoc improvements
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/ProfilerRegistry.java
eb84d13d232256016094663188e8a7cb552355bc 21-Jul-2008 Ceki Gulcu <ceki@qos.ch> Related to bug 68. See also [1]

- As suggested by Ralph Goers on comment #5, migrating code from the
logback project, in particular the ch.qos.logback.classic.stopwatch
package to SLF4J. Since 99.9% of the code is logging system
independent, it makes sense to migrate this code to SLF4J, more
precisely into the newly created slf4j-ext module.

The profiler code has been extremely useful in measuring the
performance of a real-world project.

Documentation to follow.

[1] http://bugzilla.slf4j.org/show_bug.cgi?id=86
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/ProfilerRegistry.java