Stats

object Stats

Functions

Link copied to clipboard
Link copied to clipboard
fun getTasks(): Map<String, List<TaskStats>>
Link copied to clipboard
fun startScan()
Link copied to clipboard
fun trackPersistentRepeatingTask(name: String): StatTracker

Track a single execution of a repeating task that should not be cleared on scan start.

Link copied to clipboard
fun trackRepeatingTask(name: String): StatTracker

Track a single execution of a repeating task.

Link copied to clipboard
fun trackTask(name: String): StatTracker

Track the duration of a task.

Properties

Link copied to clipboard
val instanceId: String
Link copied to clipboard
var scanId: String? = null