AUnit.Time_Measure
More...Entities
Simple types
Record types
Subprograms
Description
44 | Null_Time : constant Time := (Start => Ada.Calendar.Time_Of (1901, 1, 1), |
---|
45 | Stop => Ada.Calendar.Time_Of (1901, 1, 1)); |
---|
37 | type Time is record |
---|
38 | Start : Ada.Calendar.Time; |
---|
39 | Stop : Ada.Calendar.Time; |
---|
40 | end record; |
---|
- Start of type Time
- Stop of type Time
Put the image of the measure
- File of type AUnit.IO.File_Type
- Measure of type AUnit.Time_Measure.AUnit_Duration
Gen_Put_Measure_In_Seconds [source]
Unlike Gen_Put_Measure, puts the measure in seconds only, also puts
9 digits after decimal point.
- File of type AUnit.IO.File_Type
- Measure of type AUnit.Time_Measure.AUnit_Duration
Get the measure
- T of type AUnit.Time_Measure.Time
- Return value
Start a new measure
- T of type AUnit.Time_Measure.Time
Stop the measure
- T of type AUnit.Time_Measure.Time