Systracer.ArgsBuilder| Modifier and Type | Field and Description |
|---|---|
static NoOpComponentsSystrace |
sInstance |
| Constructor and Description |
|---|
NoOpComponentsSystrace() |
| Modifier and Type | Method and Description |
|---|---|
void |
beginAsyncSection(java.lang.String name) |
void |
beginAsyncSection(java.lang.String name,
int cookie) |
void |
beginSection(java.lang.String name) |
Systracer.ArgsBuilder |
beginSectionWithArgs(java.lang.String name) |
void |
endAsyncSection(java.lang.String name) |
void |
endAsyncSection(java.lang.String name,
int cookie) |
void |
endSection() |
boolean |
isTracing() |
public static final NoOpComponentsSystrace sInstance
public void beginSection(java.lang.String name)
beginSection in interface Systracerpublic void beginAsyncSection(java.lang.String name)
beginAsyncSection in interface Systracerpublic void beginAsyncSection(java.lang.String name,
int cookie)
beginAsyncSection in interface Systracerpublic Systracer.ArgsBuilder beginSectionWithArgs(java.lang.String name)
beginSectionWithArgs in interface Systracerpublic void endSection()
endSection in interface Systracerpublic void endAsyncSection(java.lang.String name)
endAsyncSection in interface Systracerpublic void endAsyncSection(java.lang.String name,
int cookie)
endAsyncSection in interface Systracer