Home | History | Annotate | Download | only in src

Lines Matching refs:Sampler

671 // Sampler
673 // A sampler periodically samples the state of the VM and optionally
702 class Sampler {
704 // Initialize sampler.
705 Sampler(Isolate* isolate, int interval);
706 virtual ~Sampler();
720 // Start and stop sampler.
724 // Is the sampler used for profiling?
729 // Whether the sampler is running (that is, consumes resources).
756 DISALLOW_IMPLICIT_CONSTRUCTORS(Sampler);