Lines Matching defs:sampler
25 namespace sampler {
30 // A sampler periodically samples the state of the VM and optionally
39 // Initialize sampler.
50 // Start and stop sampler.
54 // Whether the sampler is running (start has been called).
58 // dispatched to this sampler.
133 // Add |sampler| to the map if it is not already present.
134 void AddSampler(Sampler* sampler);
136 // If |sampler| exists in the map, remove it and delete the SamplerList if
137 // |sampler| was the last sampler in the list.
138 void RemoveSampler(Sampler* sampler);
140 // Take a sample for every sampler on the current thread. This function can
160 } // namespace sampler