CCF
Loading...
Searching...
No Matches
Public Attributes | List of all members
ccf::JavaScriptMetrics Struct Reference

#include <node_frontend.h>

Public Attributes

uint64_t bytecode_size = 0
 
bool bytecode_used = false
 
uint64_t max_heap_size = 0
 
uint64_t max_stack_size = 0
 
uint64_t max_execution_time = 0
 
uint64_t max_cached_interpreters = 10
 

Member Data Documentation

◆ bytecode_size

uint64_t ccf::JavaScriptMetrics::bytecode_size = 0

◆ bytecode_used

bool ccf::JavaScriptMetrics::bytecode_used = false

◆ max_cached_interpreters

uint64_t ccf::JavaScriptMetrics::max_cached_interpreters = 10

◆ max_execution_time

uint64_t ccf::JavaScriptMetrics::max_execution_time = 0

◆ max_heap_size

uint64_t ccf::JavaScriptMetrics::max_heap_size = 0

◆ max_stack_size

uint64_t ccf::JavaScriptMetrics::max_stack_size = 0

The documentation for this struct was generated from the following file: