Lime Parser Generator 0.1.0
Runtime-extensible LALR(1) parser with SIMD tokenization and LLVM JIT
Loading...
Searching...
No Matches
JITTokenizerStats Struct Reference

JIT compilation statistics for the tokenizer/keyword trie. More...

#include <jit_tokenizer.h>

Data Fields

uint64_t code_size_bytes
 Approximate generated code size in bytes.
 
uint64_t compile_time_ns
 Wall-clock nanoseconds to compile.
 
uint32_t keywords_compiled
 Number of keywords in the compiled trie.
 

Detailed Description

JIT compilation statistics for the tokenizer/keyword trie.

Definition at line 33 of file jit_tokenizer.h.

Field Documentation

◆ code_size_bytes

uint64_t JITTokenizerStats::code_size_bytes

Approximate generated code size in bytes.

Definition at line 36 of file jit_tokenizer.h.

◆ compile_time_ns

uint64_t JITTokenizerStats::compile_time_ns

Wall-clock nanoseconds to compile.

Definition at line 35 of file jit_tokenizer.h.

◆ keywords_compiled

uint32_t JITTokenizerStats::keywords_compiled

Number of keywords in the compiled trie.

Definition at line 34 of file jit_tokenizer.h.


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