#include "common.h"
#include <stdio.h>
#include <string.h>
#include <time.h>
#include "machine.h"
#include "vmath.h"
#include "raytrace.h"
Include dependency graph for timer-nt.c:
Go to the source code of this file.
Functions | |
void | rt_prep_timer (void) |
double | rt_get_timer (struct bu_vls *vp, double *elapsed) |
double | rt_read_timer (char *str, int len) |
Variables | |
time_t | time0 |
Definition in file timer-nt.c.