Home | History | Annotate | Download | only in src

Lines Matching full:sampler

670 static Sampler* active_sampler_ = NULL;
772 class Sampler::PlatformData : public Malloced {
784 Sampler::Sampler(int interval, bool profiling)
790 Sampler::~Sampler() {
795 void Sampler::Start() {
796 // There can only be one active sampler at the time on POSIX
818 // Set this sampler as the active sampler.
824 void Sampler::Stop() {
832 // This sampler is no longer the active sampler.