v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
pgo.h File Reference
#include <vector>
#include "src/base/vector.h"
Include dependency graph for pgo.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  v8::internal::wasm::ProfileInformation
 

Namespaces

namespace  v8
 
namespace  v8::internal
 
namespace  v8::internal::wasm
 

Functions

void v8::internal::wasm::DumpProfileToFile (const WasmModule *module, base::Vector< const uint8_t > wire_bytes, std::atomic< uint32_t > *tiering_budget_array)
 
std::unique_ptr< ProfileInformationv8::internal::wasm::LoadProfileFromFile (const WasmModule *module, base::Vector< const uint8_t > wire_bytes)