Lines Matching full:sampler
535 static Sampler* active_sampler_ = NULL;
551 class Sampler::PlatformData : public Malloced {
563 Sampler::Sampler(int interval, bool profiling)
569 Sampler::~Sampler() {
574 void Sampler::Start() {
575 // There can only be one active sampler at the time on POSIX
595 // Set this sampler as the active sampler.
601 void Sampler::Stop() {
609 // This sampler is no longer the active sampler.