time(3) - Linux man page

Name

time - supplimentary time functions

Synopsis

#include <mba/time.h>
uint64_t time_current_millis(void);

Description

The time(3m) module provides functions for querying and manipluating time values.
current_millis
The time_current_millis function returns the current time in milliseconds since Jan 1, 1970 as a 64 bit integer.

Referenced By

auparse_get_time(3), benchmark(3), perlfunc(1)