History log of /external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/Profiler.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/Profiler.java
5f2cf539f1d9688d978b600d53e1a32ce50b0d92 29-Sep-2014 Stephane Landelle <slandelle@excilys.com> Use StringBuilder instead of StringBuffer when no concurrent access
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/Profiler.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/Profiler.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/Profiler.java
b1074b5d391002ad14f8558dede5416a73bff493 20-Jul-2009 Ceki Gulcu <ceki@qos.ch> In response to bug 141, added getCopyOfChildTimeInstruments and getCopyOfGlobalStopWatch methods. This allows developers to create their own output formats for Profiler.
See also http://bugzilla.slf4j.org/show_bug.cgi?id=141
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/Profiler.java
b17d84635e36b386c50e0d7ccf88c0ec520e79cc 20-Jul-2009 Ceki Gulcu <ceki@qos.ch> - update copyright year to 2009
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/Profiler.java
7c2fb87d0315e6f47f3a8bc0a6db6ab30ccaa291 20-Jul-2009 Ceki Gulcu <ceki@qos.ch> - indentation changes only
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/Profiler.java
a2699d3a719f92cfa6a8d6d4a994e7810152d9cc 16-Apr-2009 Ceki Gulcu <ceki@qos.ch> Typo fixes in method names.
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/Profiler.java
f68b5c57d2dd5286da29927c3bd157cb9cee404d 16-Oct-2008 Ceki Gulcu <ceki@qos.ch> Minor javadoc improvements
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/Profiler.java
5630afe3e71d58ee93310058cb4a5706c58bf710 28-Jul-2008 Ceki Gulcu <ceki@qos.ch> - improved Profiler docs and other minor changes
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/Profiler.java
fa9a1813da89e03050999c84bf6135f6b165c3ec 23-Jul-2008 Ceki Gulcu <ceki@qos.ch> - minor refactoring of the SLF4J profiler API
- documentation (of SLF4J profilers)

This is still ongoing work
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/Profiler.java
2bc95bd5ac13cdc3669be99b04cddd10b2c25c54 21-Jul-2008 Ceki Gulcu <ceki@qos.ch> indentation matters
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/Profiler.java
b4064f84d246ed9fbde8b1458dcc109754713492 21-Jul-2008 Ceki Gulcu <ceki@qos.ch> - profilers now know about loggers
- added MANIFEST.MF file
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/Profiler.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/Profiler.java