#include <stdio.h>
#include <string.h>
#include <stdint.h>
#include "time_util.h"
#include "zarray.h"
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_t * | timeprofile_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 struct timeprofile timeprofile_t |
Definition at line 47 of file timeprofile.h.
|
inlinestatic |
Definition at line 70 of file timeprofile.h.
|
inlinestatic |
Definition at line 54 of file timeprofile.h.
|
inlinestatic |
Definition at line 64 of file timeprofile.h.
|
inlinestatic |
Definition at line 87 of file timeprofile.h.
|
inlinestatic |
Definition at line 76 of file timeprofile.h.
|
inlinestatic |
Definition at line 106 of file timeprofile.h.