Lines Matching full:sampler
562 static Sampler* active_sampler_ = NULL;
599 class Sampler::PlatformData : public Malloced {
611 Sampler::Sampler(int interval, bool profiling)
617 Sampler::~Sampler() {
622 void Sampler::Start() {
623 // There can only be one active sampler at the time on POSIX
643 // Set this sampler as the active sampler.
649 void Sampler::Stop() {
657 // This sampler is no longer the active sampler.