cx
cx copied to clipboard
cx playground: execution statistics
Amaury, is there API for CX to get
- number of CX instructions executed
- number of function calls made
- number of objects allocated
- number of objects deallocated
- total memory usage
- execution time
- compilation time
ETC
- atleast we need to get "number of CX ASM instructions executed" which is the instruction counter for a program from begining to end.
Where is this API exposed?
mark