Home | History | Annotate | Download | only in src

Lines Matching refs:sampler

19 #include "src/libsampler/v8-sampler.h"
523 // the reason is to reduce code duplication during migration to sampler library,
524 sampler, will be moved to D8 eventually.
529 SamplingThread(sampler::Sampler* sampler, int interval)
532 sampler_(sampler),
542 sampler::Sampler* sampler_;
550 // This design minimizes the time spent in the sampler.
619 class Ticker: public sampler::Sampler {
622 sampler::Sampler(reinterpret_cast<v8::Isolate*>(isolate)),
1836 sampler::Sampler* Logger::sampler() {