ApoorvaJ / Papaya

A GPU-powered image editor (in the making)
MIT License
373 stars 33 forks source link

Added implementation for Platform::GetMilliseconds(). #2

Closed SirJonthe closed 9 years ago

SirJonthe commented 9 years ago

Added an implementation for GetMilliseconds for Linux. I'm unsure if it works and performs similarly to the Windows implementation, but at least it's something for now.

ApoorvaJ commented 9 years ago

I will have a look at this sometime next week, and pull/edit as needed. Thanks again. :)

ApoorvaJ commented 9 years ago

Merged. I changed the clock from realtime to monotonic and capitalized the variable according to the convention used in Papaya. Also roughly verified the timing results.