Classes | Typedefs | Functions
timeprofile.h File Reference
#include <stdio.h>
#include <sys/time.h>
#include <string.h>
#include <stdint.h>
#include "time_util.h"
#include "zarray.h"
Include dependency graph for timeprofile.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  timeprofile
 
struct  timeprofile_entry
 

Typedefs

typedef struct timeprofile timeprofile_t
 

Functions

static void timeprofile_clear (timeprofile_t *tp)
 
static timeprofile_ttimeprofile_create ()
 
static void timeprofile_destroy (timeprofile_t *tp)
 
static void timeprofile_display (timeprofile_t *tp)
 
static void timeprofile_stamp (timeprofile_t *tp, const char *name)
 
static uint64_t timeprofile_total_utime (timeprofile_t *tp)
 

Typedef Documentation

typedef struct timeprofile timeprofile_t

Definition at line 54 of file timeprofile.h.

Function Documentation

static void timeprofile_clear ( timeprofile_t tp)
inlinestatic

Definition at line 77 of file timeprofile.h.

static timeprofile_t* timeprofile_create ( )
inlinestatic

Definition at line 61 of file timeprofile.h.

static void timeprofile_destroy ( timeprofile_t tp)
inlinestatic

Definition at line 71 of file timeprofile.h.

static void timeprofile_display ( timeprofile_t tp)
inlinestatic

Definition at line 94 of file timeprofile.h.

static void timeprofile_stamp ( timeprofile_t tp,
const char *  name 
)
inlinestatic

Definition at line 83 of file timeprofile.h.

static uint64_t timeprofile_total_utime ( timeprofile_t tp)
inlinestatic

Definition at line 113 of file timeprofile.h.



apriltags2
Author(s): Danylo Malyuta
autogenerated on Fri Oct 19 2018 04:02:33