v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::libvtune Namespace Reference

Functions

int startTask (const std::vector< std::string > &vparams)
 
int endTask (const std::vector< std::string > &vparams)
 
void split (const std::string &str, char delimiter, std::vector< std::string > *vparams)
 
int invoke (const char *params)
 

Variables

const auto & function_map
 

Function Documentation

◆ endTask()

int v8::internal::libvtune::endTask ( const std::vector< std::string > & vparams)

Definition at line 64 of file vtunedomain-support-extension.cc.

◆ invoke()

int v8::internal::libvtune::invoke ( const char * params)

Definition at line 81 of file vtunedomain-support-extension.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ split()

void v8::internal::libvtune::split ( const std::string & str,
char delimiter,
std::vector< std::string > * vparams )

Definition at line 25 of file vtunedomain-support-extension.cc.

Here is the caller graph for this function:

◆ startTask()

int v8::internal::libvtune::startTask ( const std::vector< std::string > & vparams)

Definition at line 40 of file vtunedomain-support-extension.cc.

Variable Documentation

◆ function_map

const auto& v8::internal::libvtune::function_map
Initial value:
=
*new std::map<std::string, int (*)(const std::vector<std::string>&)>{
{"start", startTask}, {"end", endTask}}
int startTask(const std::vector< std::string > &vparams)
int endTask(const std::vector< std::string > &vparams)

Definition at line 21 of file vtunedomain-support-extension.cc.