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.Systrace
public void beginSectionAsync(String name)
beginSectionAsync
in interface ComponentsSystrace.Systrace
public void beginSectionAsync(String name, int cookie)
beginSectionAsync
in interface ComponentsSystrace.Systrace
public ComponentsSystrace.ArgsBuilder beginSectionWithArgs(String name)
beginSectionWithArgs
in interface ComponentsSystrace.Systrace
public void endSection()
endSection
in interface ComponentsSystrace.Systrace
public void endSectionAsync(String name)
endSectionAsync
in interface ComponentsSystrace.Systrace
public void endSectionAsync(String name, int cookie)
endSectionAsync
in interface ComponentsSystrace.Systrace
public boolean isTracing()
isTracing
in interface ComponentsSystrace.Systrace