JSVM_CompileProfile
typedef const struct {...} JSVM_CompileProfile
Overview
Defines the compilation sampling file transferred together with JSVM_COMPILE_COMPILE_PROFILE.
Since: 12
Related module: JSVM
Header file: jsvm_types.h
Summary
Member Variables
| Name | Description |
|---|---|
| int *profile | Pointer to the compilation sampling file. |
| size_t length | Size of the compilation sampling file. |