|
hoshi-lang dev
Yet another programming language
|
#include <cstdint>#include <runtime/debug/debug.h>#include <runtime/build_config.h>#include <cstdio>#include <runtime/hperf/hperf.h>
Go to the source code of this file.
Functions | |
| void | runtime_debug_print (const char *message) |
| void | runtime_debug_report_current_function (const char *function_name) |
| void | runtime_debug_print_address (void *address) |
| void | runtime_debug_print_int (int64_t value) |
| void | runtime_debug_print_int_1 (int64_t value) |
| void | runtime_debug_print_deci (double value) |
| void | runtime_debug_report_leave_function (const char *function_name) |
| void runtime_debug_report_current_function | ( | const char * | function_name | ) |
Definition at line 19 of file debug.cpp.
References hperf_report_func_enter().

| void runtime_debug_report_leave_function | ( | const char * | function_name | ) |
Definition at line 48 of file debug.cpp.
References hperf_report_func_leave().
