BlinkenArea - GitList
Repositories
Blog
Wiki
uproctrace
Code
Commits
Branches
Tags
Search
Tree:
d56e99d
Branches
Tags
master
uproctrace
liblwptev
src
timing.h
lwpttr -> lwptev (include guards)
Stefan Schuermans
commited
d56e99d
at 2020-05-17 19:02:49
timing.h
Blame
History
Raw
#ifndef LWPTEV_TIMING_H #define LWPTEV_TIMING_H #include <lwproctrace.pb-c.h> /** * @brief fill timestamp with current time * @param[in,out] timestamp initialized structure to set to current time */ void lwptev_timing_get_timestamp(struct _Lwproctrace__Timespec *timestamp); /** * @brief fill timestamp with total CPU time used by process * @param[in,out] timestamp initialized structure to set to proccess CPU time */ void lwptev_timing_get_proc_cpu_time(struct _Lwproctrace__Timespec *proc_cpu_time); #endif /* #ifndef LWPTEV_TIMING_H */