Lines Matching defs:sampler
32 #include "src/libsampler/sampler.h"
852 // the reason is to reduce code duplication during migration to sampler library,
853 // sampling thread, as well as the sampler, will be moved to D8 eventually.
858 SamplingThread(sampler::Sampler* sampler, int interval_microseconds)
861 sampler_(sampler),
872 sampler::Sampler* sampler_;
879 // This design minimizes the time spent in the sampler.
934 class Ticker : public sampler::Sampler {
937 : sampler::Sampler(reinterpret_cast<v8::Isolate*>(isolate)),
2081 sampler::Sampler* Logger::sampler() { return ticker_.get(); }