#include <tracing.h>
Definition at line 16 of file tracing.h.
◆ BlockDataPrinter
Initial value:
std::function<
bool(std::ostream&,
const Graph&, BlockIndex)>
template const Signature< wasm::ValueType > bool
Definition at line 24 of file tracing.h.
◆ OperationDataPrinter
Initial value:
std::function<
bool(std::ostream&,
const Graph&,
OpIndex)>
Definition at line 22 of file tracing.h.
◆ Tracing()
◆ is_enabled()
bool v8::internal::compiler::turboshaft::Tracing::is_enabled |
( |
| ) |
const |
|
inline |
◆ PrintPerBlockData()
void v8::internal::compiler::turboshaft::Tracing::PrintPerBlockData |
( |
const char * | data_name, |
|
|
const Graph & | graph, |
|
|
BlockDataPrinter | printer ) |
|
inline |
◆ PrintPerOperationData()
void v8::internal::compiler::turboshaft::Tracing::PrintPerOperationData |
( |
const char * | data_name, |
|
|
const Graph & | graph, |
|
|
OperationDataPrinter | printer ) |
|
inline |
◆ info_
The documentation for this class was generated from the following file: