forked from Imagelibrary/rtems
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* support/timer_driver.ads: Switch to new names.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* support/timer_driver.ads: Switch to new names.
|
||||||
|
|
||||||
2008-06-06 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2008-06-06 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* samples/hello/config.h, sptests/spname01/config.h: These needed
|
* samples/hello/config.h, sptests/spname01/config.h: These needed
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ package Timer_Driver is
|
|||||||
--
|
--
|
||||||
|
|
||||||
procedure Initialize;
|
procedure Initialize;
|
||||||
pragma Import (C, Initialize, "Timer_initialize");
|
pragma Import (C, Initialize, "benchmark_timer_initialize");
|
||||||
|
|
||||||
--
|
--
|
||||||
-- Read_Timer
|
-- Read_Timer
|
||||||
@@ -46,7 +46,7 @@ package Timer_Driver is
|
|||||||
|
|
||||||
function Read_Timer
|
function Read_Timer
|
||||||
return RTEMS.Unsigned32;
|
return RTEMS.Unsigned32;
|
||||||
pragma Import (C, Read_Timer, "Read_timer");
|
pragma Import (C, Read_Timer, "benchmark_timer_read");
|
||||||
|
|
||||||
--
|
--
|
||||||
-- Empty_Function
|
-- Empty_Function
|
||||||
@@ -74,6 +74,8 @@ package Timer_Driver is
|
|||||||
procedure Set_Find_Average_Overhead (
|
procedure Set_Find_Average_Overhead (
|
||||||
Find_Flag : in Standard.Boolean
|
Find_Flag : in Standard.Boolean
|
||||||
);
|
);
|
||||||
|
pragma Import (C, Set_Find_Average_Overhead,
|
||||||
|
"benchmark_timer_disable_subtracting_average_overhead");
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user