Rizin
unix-like reverse engineering framework and cli tools
tms Struct Reference

#include <sftypes.h>

Public Attributes

clock_t tms_utime
 
clock_t tms_stime
 
clock_t tms_cutime
 
clock_t tms_cstime
 

Detailed Description

Definition at line 55 of file sftypes.h.

Member Data Documentation

◆ tms_cstime

clock_t tms::tms_cstime

Definition at line 59 of file sftypes.h.

◆ tms_cutime

clock_t tms::tms_cutime

Definition at line 58 of file sftypes.h.

◆ tms_stime

clock_t tms::tms_stime

Definition at line 57 of file sftypes.h.

◆ tms_utime

clock_t tms::tms_utime

Definition at line 56 of file sftypes.h.


The documentation for this struct was generated from the following file: