SpaceBubble  v0.98
trace.h
Go to the documentation of this file.
1 
22 #ifndef __TRACE_H__
23 #define __TRACE_H__
24 
29 int traceOpen(char *filename);
30 
31 
35 int traceClose();
36 
45 int traceEvent( char *functionName, int threadNr, char *event, ...);
46 
47 
53 int traceEventRaw( char character);
54 
55 
56 #endif
int traceOpen(char *filename)
Definition: trace.c:46
int traceEventRaw(char character)
Definition: trace.c:151
int traceClose()
Definition: trace.c:66
int traceEvent(char *functionName, int threadNr, char *event,...)
Definition: trace.c:115