Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. fimion

    gcc high resolution timer?

    Thank you! i knew it involved something of doing something once and the other before and after, but i wasn't sure what.
  2. fimion

    gcc high resolution timer?

    so in order to find the frequency of the processor, should i call gettimeofday(), then call rdtsc(), then gettimeofday() again, subtract the latter from the first, then divide 1 by that number?
  3. fimion

    gcc high resolution timer?

    absolutely no experience what so ever.
  4. fimion

    gcc high resolution timer?

    okay, working on porting some code from windows to linux and i've gotten stuck. It's a game server and we have a timer class, which needs to be a high resolution timer (hence why i can't just use time.h) currently, here's how the game creator descibes the Timer class: and here's how the...

Part and Inventory Search

Back
Top