Home | History | Annotate | Download | only in src

Lines Matching full:sampler

535 class Sampler::PlatformData : public Malloced {
537 explicit PlatformData(Sampler* sampler)
538 : sampler_(sampler),
544 Sampler* sampler_;
552 // Sampler thread handler.
554 // Loop until the sampler is disengaged.
609 // Entry point for sampler thread.
611 Sampler::PlatformData* data =
612 reinterpret_cast<Sampler::PlatformData*>(arg);
618 Sampler::Sampler(int interval, bool profiling)
624 Sampler::~Sampler() {
629 void Sampler::Start() {
636 // Create sampler thread with high priority.
652 void Sampler::Stop() {
653 // Seting active to false triggers termination of the sampler
657 // Wait for sampler thread to terminate.