Re: Implimenting timer_monotonic

2021-04-26 Thread Gedare Bloom
On Thu, Apr 22, 2021 at 1:39 PM zack_on_the_speed_chanel wrote: > > Hello, > > So in looking at the ticket i realized it was more the making the test and > only testing the creation of a timer object. I also have to implement the > monotonic timer. Right now it seems like a monumental task for

Implimenting timer_monotonic

2021-04-22 Thread zack_on_the_speed_chanel
Hello, So in looking at the ticket i realized it was more the making the test and only testing the creation of a timer object. I also have to implement the monotonic timer. Right now it seems like a monumental task for me currently. I began to look at the code for timergettime. I'm looking at ho