public static interface ComponentsSystrace.Systrace
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() |
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()