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 Systracer
public void beginAsyncSection(java.lang.String name)
beginAsyncSection
in interface Systracer
public void beginAsyncSection(java.lang.String name, int cookie)
beginAsyncSection
in interface Systracer
public Systracer.ArgsBuilder beginSectionWithArgs(java.lang.String name)
beginSectionWithArgs
in interface Systracer
public void endSection()
endSection
in interface Systracer
public void endAsyncSection(java.lang.String name)
endAsyncSection
in interface Systracer
public void endAsyncSection(java.lang.String name, int cookie)
endAsyncSection
in interface Systracer