now has better hrtMeasurement

This commit is contained in:
2017-04-23 20:57:01 +02:00
parent fad367ca0b
commit 270cb2533e
7 changed files with 133 additions and 64 deletions

View File

@ -12,7 +12,7 @@ tap.test('.stop()', async () => {
})
tap.test('hrTime Measurement', async () => {
let earlyHr = new early.hrtMeasurement()
let earlyHr = new early.HrtMeasurement()
earlyHr.start()
await smartdelay.delayFor(1000)
let measuredTime = earlyHr.stop()