Differences From Artifact [1c9ced85f6]:
- File tests/natools-time_statistics-tests.ads — part of check-in [93c9714216] at 2014-09-05 21:12:15 on branch trunk — time_statistics-tests: add tests for a simple instance of Generic_Timers (user: nat, size: 1835) [annotate] [blame] [check-ins using]
To Artifact [a53f57c487]:
- File tests/natools-time_statistics-tests.ads — part of check-in [cf0534dce3] at 2014-09-06 21:08:04 on branch trunk — time_statistics-fine_timers: new instance of Generic_Timers using annex D monotonic time (user: nat, size: 1896) [annotate] [blame] [check-ins using]
︙ | |||
25 26 27 28 29 30 31 32 33 | 25 26 27 28 29 30 31 32 33 34 | + | package NT renames Natools.Tests; procedure All_Tests (Report : in out NT.Reporter'Class); procedure Summary_Accumulator (Report : in out NT.Reporter'Class); procedure Coarse_Timer (Report : in out NT.Reporter'Class); procedure Fine_Timer (Report : in out NT.Reporter'Class); end Natools.Time_Statistics.Tests; |