![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include "include/libplatform/v8-tracing.h"#include "src/base/atomicops.h"#include "src/base/platform/mutex.h"#include "src/base/platform/time.h"Go to the source code of this file.
Namespaces | |
| namespace | v8 |
| namespace | v8::platform |
| namespace | v8::platform::tracing |
Variables | |
| static const size_t | v8::platform::tracing::kMaxCategoryGroups = 200 |
| const char * | v8::platform::tracing::g_category_groups [kMaxCategoryGroups] |
| unsigned char | v8::platform::tracing::g_category_group_enabled [kMaxCategoryGroups] = {0} |
| const int | v8::platform::tracing::g_category_categories_exhausted = 1 |
| const int | v8::platform::tracing::g_num_builtin_categories = 3 |
| v8::base::AtomicWord | v8::platform::tracing::g_category_index = g_num_builtin_categories |