![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "include/v8-extension.h"
#include "src/base/strings.h"
#include "src/base/vector.h"
#include "third_party/vtune/vtuneapi.h"
Go to the source code of this file.
Classes | |
class | v8::internal::VTuneDomainSupportExtension |
Namespaces | |
namespace | v8 |
namespace | v8::internal |
Macros | |
#define | UNKNOWN_PARAMS 1 << 0 |
#define | NO_DOMAIN_NAME 1 << 1 |
#define | CREATE_DOMAIN_FAILED 1 << 2 |
#define | NO_TASK_NAME 1 << 3 |
#define | CREATE_TASK_FAILED 1 << 4 |
#define | TASK_BEGIN_FAILED 1 << 5 |
#define | TASK_END_FAILED 1 << 6 |
#define CREATE_DOMAIN_FAILED 1 << 2 |
Definition at line 15 of file vtunedomain-support-extension.h.
#define CREATE_TASK_FAILED 1 << 4 |
Definition at line 17 of file vtunedomain-support-extension.h.
#define NO_DOMAIN_NAME 1 << 1 |
Definition at line 14 of file vtunedomain-support-extension.h.
#define NO_TASK_NAME 1 << 3 |
Definition at line 16 of file vtunedomain-support-extension.h.
#define TASK_BEGIN_FAILED 1 << 5 |
Definition at line 18 of file vtunedomain-support-extension.h.
#define TASK_END_FAILED 1 << 6 |
Definition at line 19 of file vtunedomain-support-extension.h.
#define UNKNOWN_PARAMS 1 << 0 |
Definition at line 13 of file vtunedomain-support-extension.h.