InvalidationProfiler

sbt.internal.inc.InvalidationProfiler
See theInvalidationProfiler companion object
abstract class InvalidationProfiler

Defines a profiler interface that translates to the profiling protobuf schema.

The protobuf schema has been mildly inspired from pprof: https://github.com/google/pprof/blob/master/proto/profile.proto

A profiler interface should only be used by project, and not globally, as this class is not thread safe.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def registerRun(run: ZincRun): Unit