Home
last modified time | relevance | path

Searched refs:mp_prof_print_instr (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dprofile.h72 void mp_prof_print_instr(const byte *ip, mp_code_state_t *code_state);
73 #define MP_PROF_INSTR_DEBUG_PRINT(current_ip) mp_prof_print_instr((current_ip), code_state)
A Dprofile.c942 void mp_prof_print_instr(const byte *ip, mp_code_state_t *code_state) { in mp_prof_print_instr() function

Completed in 4 milliseconds