remake  4.3+dbg-1.5
Functions
profile.h File Reference
#include <sys/time.h>
#include "filedef.h"

Go to the source code of this file.

Functions

bool init_callgrind (const char *creator, const char *const *argv)
 
void add_target (file_t *target, file_t *prev)
 
void close_callgrind (const char *program_status)
 
bool get_time (struct timeval *t)
 
uint64_t time_diff (struct timeval *start_time, struct timeval *finish_time)
 

Function Documentation

◆ add_target()

void add_target ( file_t target,
file_t prev 
)

◆ close_callgrind()

void close_callgrind ( const char *  program_status)

◆ get_time()

bool get_time ( struct timeval *  t)

◆ init_callgrind()

bool init_callgrind ( const char *  creator,
const char *const *  argv 
)

◆ time_diff()

uint64_t time_diff ( struct timeval *  start_time,
struct timeval *  finish_time 
)