source:
rtems/cpukit/libmisc/rtmonuse/rtmonuse.h
@
b57992a
Last change on this file since b57992a was fc7bc51, checked in by Joel Sherrill <joel.sherrill@…>, on 04/09/97 at 20:18:54 | |
---|---|
|
|
File size: 246 bytes |
Rev | Line | |
---|---|---|
[fc7bc51] | 1 | /* |
2 | * $Id$ | |
3 | */ | |
4 | ||
5 | #ifndef __RATE_MONOTONIC_USAGE_h | |
6 | #define __RATE_MONOTONIC_USAGE_h | |
7 | ||
8 | void Period_usage_Initialize( void ); | |
9 | ||
10 | void Period_usage_Reset( void ); | |
11 | ||
12 | void Period_usage_Update( | |
13 | rtems_id id | |
14 | ); | |
15 | ||
16 | void Period_usage_Dump( void ); | |
17 | ||
18 | #endif |
Note: See TracBrowser
for help on using the repository browser.