OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libbsp/] [m68k/] [ods68302/] [include/] [coverhd.h] - Blame information for rev 173

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
/*  coverhd.h
2
 *
3
 *  This include file has defines to represent the overhead associated
4
 *  with calling a particular directive from C.  These are used in the
5
 *  Timing Test Suite to ignore the overhead required to pass arguments
6
 *  to directives.  On some CPUs and/or target boards, this overhead
7
 *  is significant and makes it difficult to distinguish internal
8
 *  RTEMS execution time from that used to call the directive.
9
 *  This file should be updated after running the C overhead timing
10
 *  test.  Once this update has been performed, the RTEMS Time Test
11
 *  Suite should be rebuilt to account for these overhead times in the
12
 *  timing results.
13
 *
14
 *  NOTE:  If these are all zero, then the times reported include all
15
 *         all calling overhead including passing of arguments.
16
 *
17
 *  COPYRIGHT (c) 1989-1999.
18
 *  On-Line Applications Research Corporation (OAR).
19
 *
20
 *  The license and distribution terms for this file may be
21
 *  found in the file LICENSE in this distribution or at
22
 *  http://www.OARcorp.com/rtems/license.html.
23
 *
24
 *  $Id: coverhd.h,v 1.2 2001-09-27 12:00:21 chris Exp $
25
 */
26
 
27
#ifndef __COVERHD_h
28
#define __COVERHD_h
29
 
30
#ifdef __cplusplus
31
extern "C" {
32
#endif
33
 
34
#define CALLING_OVERHEAD_INITIALIZE_EXECUTIVE      14
35
#define CALLING_OVERHEAD_SHUTDOWN_EXECUTIVE        11
36
#define CALLING_OVERHEAD_TASK_CREATE               22
37
#define CALLING_OVERHEAD_TASK_IDENT                17
38
#define CALLING_OVERHEAD_TASK_START                18
39
#define CALLING_OVERHEAD_TASK_RESTART              15
40
#define CALLING_OVERHEAD_TASK_DELETE               12
41
#define CALLING_OVERHEAD_TASK_SUSPEND              12
42
#define CALLING_OVERHEAD_TASK_RESUME               12
43
#define CALLING_OVERHEAD_TASK_SET_PRIORITY         16
44
#define CALLING_OVERHEAD_TASK_MODE                 15
45
#define CALLING_OVERHEAD_TASK_GET_NOTE             16
46
#define CALLING_OVERHEAD_TASK_SET_NOTE             16
47
#define CALLING_OVERHEAD_TASK_WAKE_WHEN            31
48
#define CALLING_OVERHEAD_TASK_WAKE_AFTER           11
49
#define CALLING_OVERHEAD_INTERRUPT_CATCH           17
50
#define CALLING_OVERHEAD_CLOCK_GET                 32
51
#define CALLING_OVERHEAD_CLOCK_SET                 31
52
#define CALLING_OVERHEAD_CLOCK_TICK                8
53
 
54
#define CALLING_OVERHEAD_TIMER_CREATE              13
55
#define CALLING_OVERHEAD_TIMER_IDENT               12
56
#define CALLING_OVERHEAD_TIMER_DELETE              14
57
#define CALLING_OVERHEAD_TIMER_FIRE_AFTER          19
58
#define CALLING_OVERHEAD_TIMER_FIRE_WHEN           39
59
#define CALLING_OVERHEAD_TIMER_RESET               12
60
#define CALLING_OVERHEAD_TIMER_CANCEL              12
61
#define CALLING_OVERHEAD_SEMAPHORE_CREATE          18
62
#define CALLING_OVERHEAD_SEMAPHORE_IDENT           12
63
#define CALLING_OVERHEAD_SEMAPHORE_DELETE          17
64
#define CALLING_OVERHEAD_SEMAPHORE_OBTAIN          17
65
#define CALLING_OVERHEAD_SEMAPHORE_RELEASE         12
66
#define CALLING_OVERHEAD_MESSAGE_QUEUE_CREATE      18
67
#define CALLING_OVERHEAD_MESSAGE_QUEUE_IDENT       17
68
#define CALLING_OVERHEAD_MESSAGE_QUEUE_DELETE      12
69
#define CALLING_OVERHEAD_MESSAGE_QUEUE_SEND        14
70
#define CALLING_OVERHEAD_MESSAGE_QUEUE_URGENT      14
71
#define CALLING_OVERHEAD_MESSAGE_QUEUE_BROADCAST   17
72
#define CALLING_OVERHEAD_MESSAGE_QUEUE_RECEIVE     19
73
#define CALLING_OVERHEAD_MESSAGE_QUEUE_FLUSH       14
74
 
75
#define CALLING_OVERHEAD_EVENT_SEND                15
76
#define CALLING_OVERHEAD_EVENT_RECEIVE             18
77
#define CALLING_OVERHEAD_SIGNAL_CATCH              14
78
#define CALLING_OVERHEAD_SIGNAL_SEND               14
79
#define CALLING_OVERHEAD_PARTITION_CREATE          23
80
#define CALLING_OVERHEAD_PARTITION_IDENT           17
81
#define CALLING_OVERHEAD_PARTITION_DELETE          12
82
#define CALLING_OVERHEAD_PARTITION_GET_BUFFER      15
83
#define CALLING_OVERHEAD_PARTITION_RETURN_BUFFER   15
84
#define CALLING_OVERHEAD_REGION_CREATE             23
85
#define CALLING_OVERHEAD_REGION_IDENT              14
86
#define CALLING_OVERHEAD_REGION_DELETE             12
87
#define CALLING_OVERHEAD_REGION_GET_SEGMENT        21
88
#define CALLING_OVERHEAD_REGION_RETURN_SEGMENT     15
89
#define CALLING_OVERHEAD_PORT_CREATE               20
90
#define CALLING_OVERHEAD_PORT_IDENT                14
91
#define CALLING_OVERHEAD_PORT_DELETE               12
92
#define CALLING_OVERHEAD_PORT_EXTERNAL_TO_INTERNAL 18
93
#define CALLING_OVERHEAD_PORT_INTERNAL_TO_EXTERNAL 18
94
 
95
#define CALLING_OVERHEAD_IO_INITIALIZE             18
96
#define CALLING_OVERHEAD_IO_OPEN                   18
97
#define CALLING_OVERHEAD_IO_CLOSE                  18
98
#define CALLING_OVERHEAD_IO_READ                   18
99
#define CALLING_OVERHEAD_IO_WRITE                  18
100
#define CALLING_OVERHEAD_IO_CONTROL                18
101
#define CALLING_OVERHEAD_FATAL_ERROR_OCCURRED      11
102
#define CALLING_OVERHEAD_RATE_MONOTONIC_CREATE     13
103
#define CALLING_OVERHEAD_RATE_MONOTONIC_IDENT      14
104
#define CALLING_OVERHEAD_RATE_MONOTONIC_DELETE     12
105
#define CALLING_OVERHEAD_RATE_MONOTONIC_CANCEL     12
106
#define CALLING_OVERHEAD_RATE_MONOTONIC_PERIOD     14
107
#define CALLING_OVERHEAD_MULTIPROCESSING_ANNOUNCE  8
108
 
109
#ifdef __cplusplus
110
}
111
#endif
112
 
113
#endif
114
/* end of include file */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.