#include "global.h"
#include "htdebug.h"
#include <signal.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
Go to the source code of this file.
Defines | |
#define | CPU_CLOCK 500000000 |
Functions | |
void | ht_assert_failed (char *file, int line, char *assertion) |
void | ht_error (char *file, int line, char *format,...) |
void | ht_trace (char *file, int line, char *format,...) |
void | ht_warn (char *file, int line, char *format,...) |
timer_handle | new_timer () |
void | start_timer (timer_handle handle) |
void | stop_timer (timer_handle handle) |
void | delete_timer (timer_handle handle) |
dword | get_timer_sec (timer_handle handle) |
dword | get_timer_msec (timer_handle handle) |
dword | get_timer_tick (timer_handle h) |
|
Definition at line 30 of file htdebug.cc. |
|
Definition at line 181 of file htdebug.cc. References timer_handle. Referenced by ht_app::done(), and ht_text_viewer::draw(). |
|
Definition at line 190 of file htdebug.cc. References dword, and timer_handle. Referenced by ht_app::draw(). |
|
Definition at line 185 of file htdebug.cc. References dword, and timer_handle. |
|
Definition at line 195 of file htdebug.cc. References dword, and timer_handle. Referenced by ht_text_viewer::draw(). |
|
Definition at line 32 of file htdebug.cc. References file. |
|
Definition at line 44 of file htdebug.cc. References file. |
|
Definition at line 55 of file htdebug.cc. References file. |
|
Definition at line 66 of file htdebug.cc. References file. |
|
Definition at line 168 of file htdebug.cc. References timer_handle. Referenced by ht_text_viewer::draw(), and ht_app::init(). |
|
Definition at line 173 of file htdebug.cc. References timer_handle. Referenced by ht_text_viewer::draw(), and ht_app::handlemsg(). |
|
Definition at line 177 of file htdebug.cc. References timer_handle. Referenced by ht_text_viewer::draw(), and ht_app::handlemsg(). |