ROSS
tw-timing.c File Reference
#include "tw-timing.h"
#include "ross-extern.h"
#include <string.h>
#include <sys/time.h>

Go to the source code of this file.

Functions

void tw_wall_now (tw_wtime *t)
void tw_wall_sub (tw_wtime *r, tw_wtime *a, tw_wtime *b)
double tw_wall_to_double (tw_wtime *t)

Function Documentation

◆ tw_wall_now()

◆ tw_wall_sub()

void tw_wall_sub ( tw_wtime * r,
tw_wtime * a,
tw_wtime * b )

Definition at line 14 of file tw-timing.c.

Referenced by tw_get_stats().

◆ tw_wall_to_double()

double tw_wall_to_double ( tw_wtime * t)

Definition at line 27 of file tw-timing.c.

Referenced by tw_get_stats().