OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:samples_taken_
(Results
1 - 8
of
8
) sorted by null
/external/v8/src/
platform.h
735
int samples_taken() const { return
samples_taken_
; }
736
void ResetSamplesTaken() {
samples_taken_
= 0; }
748
void IncSamplesTaken() { if (++
samples_taken_
< 0)
samples_taken_
= 0; }
755
int
samples_taken_
; // Counts stack samples taken.
member in class:v8::internal::Sampler
platform-cygwin.cc
752
samples_taken_
(0) {
platform-macos.cc
884
samples_taken_
(0) {
platform-solaris.cc
871
samples_taken_
(0) {
platform-freebsd.cc
867
samples_taken_
(0) {
platform-linux.cc
[
all
...]
platform-openbsd.cc
951
samples_taken_
(0) {
platform-win32.cc
[
all
...]
Completed in 45 milliseconds