aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee/include/misc_os_dependent.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-08-01epee: add nanosecond timer and pause/restart profiling macrosmoneromooo-monero1-5/+10
Nanosecond timer precision won't work on Windows, but we don't care since I'm using that just for profiling incremental code paths, but a Windows coder is welcome to add it if there's a way.
2016-04-06Fix get_tick_count() on WindowsHoward Chu1-5/+7
GetTickCount used in 52056dcfc480a126e06afaf209b1772b6aa77fb3 only has ~10-16ms resolution. Use higher rez timer to get 1ms rez.
2016-03-11WIN32 thread_id is OS-dependent not compiler-dependentHoward Chu1-1/+7
2014-07-25move modified epee code to new classes, revert licensefluffypony1-26/+21
2014-07-23License updated to BSD 3-clausefluffypony1-21/+26
2014-03-20some fixesAntonio Juarez1-1/+1
2014-03-03moved all stuff to githubAntonio Juarez1-0/+108