CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Marc G

Search: Search took 0.59 seconds.

  1. Thread: Efficiency

    by Marc G
    Replies
    10
    Views
    9,803

    Re: Efficiency

    Under Windows you can use the High Performance Timers to get high precision results.
    See here for an example.
    Note, if you are timing a loop, make sure it loops enough so it runs for a few seconds...
  2. Thread: Efficiency

    by Marc G
    Replies
    10
    Views
    9,803

    Re: Efficiency

    Probably depends on the compiler.
    Why don't you just give it a try and time the differences?
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured