PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
clock.c File Reference
#include "clock.h"
#include <sys/proc.h>
Include dependency graph for clock.c:

Go to the source code of this file.

Functions

void _clock_init (void)
 
clock_t _clock_get (void)
 

Variables

static clock_t startTime = 0
 

Function Documentation

◆ _clock_init()

void _clock_init ( void  )

Definition at line 7 of file clock.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ _clock_get()

clock_t _clock_get ( void  )

Definition at line 12 of file clock.c.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ startTime

clock_t startTime = 0
static

Definition at line 5 of file clock.c.