public interface ScreenProfilerService
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME |
Modifier and Type | Method and Description |
---|---|
void |
clearEvents() |
void |
disableProfiling() |
void |
enableProfiling(java.util.Set<java.util.UUID> userIds,
long timeThreshold) |
java.util.List<ScreenProfilerEvent> |
getProfilerEvents() |
long |
getTimeThreshold() |
java.util.Set<java.util.UUID> |
getUserIds() |
boolean |
isProfilingEnabled() |
boolean |
isProfilingEnabledForUser(java.util.UUID userId) |
void |
saveEvents(java.util.List<ScreenProfilerEvent> events) |
static final java.lang.String NAME
boolean isProfilingEnabled()
boolean isProfilingEnabledForUser(java.util.UUID userId)
long getTimeThreshold()
java.util.Set<java.util.UUID> getUserIds()
void enableProfiling(java.util.Set<java.util.UUID> userIds, long timeThreshold)
void disableProfiling()
void saveEvents(java.util.List<ScreenProfilerEvent> events)
java.util.List<ScreenProfilerEvent> getProfilerEvents()
void clearEvents()