Graphviz 14.0.3~dev.20251115.0704
Loading...
Searching...
No Matches
timing.c File Reference
#include <common/types.h>
#include <common/utils.h>
#include <time.h>
Include dependency graph for timing.c:

Go to the source code of this file.

Functions

void start_timer (void)
 
double elapsed_sec (void)
 

Variables

static clock_t T
 

Function Documentation

◆ elapsed_sec()

double elapsed_sec ( void  )

Definition at line 21 of file timing.c.

References S, and T.

Referenced by cleanup2(), diffeq_model(), gvpr_core(), init_xdot(), majorization(), rank2(), routesplinesterm(), sgd(), shortest_path(), solve_model(), and stress_majorization_kD_mkernel().

Here is the caller graph for this function:

◆ start_timer()

void start_timer ( void  )

Definition at line 19 of file timing.c.

References T.

Referenced by diffeq_model(), gvRenderJobs(), init_mincross(), init_xdot(), kkNeato(), majorization(), rank2(), routesplinesinit(), sgd(), shortest_path(), and stress_majorization_kD_mkernel().

Here is the caller graph for this function:

Variable Documentation

◆ T

clock_t T
static

Definition at line 17 of file timing.c.

Referenced by elapsed_sec(), ellSeg(), genCnt(), genTree(), get_tri(), and start_timer().