FreeRDP
stopwatch.h File Reference
#include <freerdp/api.h>
#include <freerdp/types.h>
This graph shows which files directly or indirectly include this file:

Data Structures

struct  STOPWATCH
 

Functions

FREERDP_API STOPWATCHstopwatch_create (void)
 
FREERDP_API void stopwatch_free (STOPWATCH *stopwatch)
 
FREERDP_API void stopwatch_start (STOPWATCH *stopwatch)
 
FREERDP_API void stopwatch_stop (STOPWATCH *stopwatch)
 
FREERDP_API void stopwatch_reset (STOPWATCH *stopwatch)
 
FREERDP_API double stopwatch_get_elapsed_time_in_seconds (STOPWATCH *stopwatch)
 
FREERDP_API void stopwatch_get_elapsed_time_in_useconds (STOPWATCH *stopwatch, UINT32 *sec, UINT32 *usec)
 

Function Documentation

◆ stopwatch_create()

FREERDP_API STOPWATCH* stopwatch_create ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ stopwatch_free()

FREERDP_API void stopwatch_free ( STOPWATCH stopwatch)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ stopwatch_get_elapsed_time_in_seconds()

FREERDP_API double stopwatch_get_elapsed_time_in_seconds ( STOPWATCH stopwatch)
Here is the caller graph for this function:

◆ stopwatch_get_elapsed_time_in_useconds()

FREERDP_API void stopwatch_get_elapsed_time_in_useconds ( STOPWATCH stopwatch,
UINT32 *  sec,
UINT32 *  usec 
)

◆ stopwatch_reset()

FREERDP_API void stopwatch_reset ( STOPWATCH stopwatch)
Here is the caller graph for this function:

◆ stopwatch_start()

FREERDP_API void stopwatch_start ( STOPWATCH stopwatch)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ stopwatch_stop()

FREERDP_API void stopwatch_stop ( STOPWATCH stopwatch)
Here is the call graph for this function:
Here is the caller graph for this function: