You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we are not using std we have no Instant() function, also, I've seen old code, that does not work for me using current version, using kernel::hl1::... for timer functionality
The question! (hehehe)
Is there any tool for measuring time? It could be interesting for benchmarking purposes, for example.
Thanks!
(I'm really in love with your project)
The text was updated successfully, but these errors were encountered:
gentooza
changed the title
Is there any API functions for timing?
Is there any API function for timing?
Feb 12, 2024
Retrieving the current time (clock ticks, to be precise) is done by using the alarm syscall driver. We do have a library for interfacing with the alarm syscall driver, but it doesn't currently appear to have a function for retrieving the current time.
You're welcome to help complete it, as it should support all functions the alarm syscall driver has.
Hi!
As we are not using std we have no Instant() function, also, I've seen old code, that does not work for me using current version, using kernel::hl1::... for timer functionality
The question! (hehehe)
Is there any tool for measuring time? It could be interesting for benchmarking purposes, for example.
Thanks!
(I'm really in love with your project)
The text was updated successfully, but these errors were encountered: