Home | History | Annotate | Download | only in src

Lines Matching full:sampler

506 // Sampler
508 // A sampler periodically samples the state of the VM and optionally
532 class Sampler {
534 // Initialize sampler.
535 explicit Sampler(int interval, bool profiling);
536 virtual ~Sampler();
545 // Start and stop sampler.
549 // Is the sampler used for profiling.
552 // Whether the sampler is running (that is, consumes resources).
562 DISALLOW_IMPLICIT_CONSTRUCTORS(Sampler);