| Package | Description | 
|---|---|
| org.sonar.api.utils.log | 
| Modifier and Type | Method and Description | 
|---|---|
abstract Profiler | 
Profiler.addContext(String key,
                    Object value)
Context information is removed if value is  
null. | 
static Profiler | 
Profiler.create(Logger logger)  | 
static Profiler | 
Profiler.createIfDebug(Logger logger)  | 
static Profiler | 
Profiler.createIfTrace(Logger logger)  | 
abstract Profiler | 
Profiler.start()  | 
abstract Profiler | 
Profiler.startDebug(String message)  | 
abstract Profiler | 
Profiler.startInfo(String message)  | 
abstract Profiler | 
Profiler.startTrace(String message)  | 
abstract Profiler | 
Profiler.stopDebug()  | 
abstract Profiler | 
Profiler.stopDebug(String message)  | 
abstract Profiler | 
Profiler.stopInfo()  | 
abstract Profiler | 
Profiler.stopInfo(boolean cacheUsed)  | 
abstract Profiler | 
Profiler.stopInfo(String message)  | 
abstract Profiler | 
Profiler.stopTrace()
Works only if a message have been set in startXXX() methods. 
 | 
abstract Profiler | 
Profiler.stopTrace(String message)  | 
Copyright © 2009–2015 SonarSource. All rights reserved.