public class DefaultComponentsSystrace extends Object implements ComponentsSystrace.Systrace
| Constructor and Description |
|---|
DefaultComponentsSystrace() |
| Modifier and Type | Method and Description |
|---|---|
void |
beginSection(String name) |
void |
beginSectionAsync(String name) |
void |
beginSectionAsync(String name,
int cookie) |
ComponentsSystrace.ArgsBuilder |
beginSectionWithArgs(String name) |
void |
endSection() |
void |
endSectionAsync(String name) |
void |
endSectionAsync(String name,
int cookie) |
boolean |
isTracing() |
public void beginSection(String name)
beginSection in interface ComponentsSystrace.Systracepublic void beginSectionAsync(String name)
beginSectionAsync in interface ComponentsSystrace.Systracepublic void beginSectionAsync(String name, int cookie)
beginSectionAsync in interface ComponentsSystrace.Systracepublic ComponentsSystrace.ArgsBuilder beginSectionWithArgs(String name)
beginSectionWithArgs in interface ComponentsSystrace.Systracepublic void endSection()
endSection in interface ComponentsSystrace.Systracepublic void endSectionAsync(String name)
endSectionAsync in interface ComponentsSystrace.Systracepublic void endSectionAsync(String name, int cookie)
endSectionAsync in interface ComponentsSystrace.Systracepublic boolean isTracing()
isTracing in interface ComponentsSystrace.Systrace