Lines Matching full:sampler
523 static Sampler* active_sampler_ = NULL;
542 class Sampler::PlatformData : public Malloced {
554 Sampler::Sampler(int interval, bool profiling)
560 Sampler::~Sampler() {
565 void Sampler::Start() {
566 // There can only be one active sampler at the time on POSIX
586 // Set this sampler as the active sampler.
592 void Sampler::Stop() {
600 // This sampler is no longer the active sampler.