![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
This is the complete list of members for v8::internal::StatsTable, including all inherited members.
| add_histogram_sample_function_ | v8::internal::StatsTable | private |
| AddHistogramSample(void *histogram, int sample) | v8::internal::StatsTable | inline |
| Counters class | v8::internal::StatsTable | friend |
| create_histogram_function_ | v8::internal::StatsTable | private |
| CreateHistogram(const char *name, int min, int max, size_t buckets) | v8::internal::StatsTable | inline |
| FindLocation(const char *name) | v8::internal::StatsTable | inline |
| HasCounterFunction() const | v8::internal::StatsTable | inline |
| lookup_function_ | v8::internal::StatsTable | private |
| operator=(const StatsTable &)=delete | v8::internal::StatsTable | |
| SetAddHistogramSampleFunction(AddHistogramSampleCallback f) | v8::internal::StatsTable | inline |
| SetCounterFunction(CounterLookupCallback f) | v8::internal::StatsTable | |
| SetCreateHistogramFunction(CreateHistogramCallback f) | v8::internal::StatsTable | inline |
| StatsTable(const StatsTable &)=delete | v8::internal::StatsTable | |
| StatsTable(Counters *counters) | v8::internal::StatsTable | explicitprivate |