CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2001
    Location
    DC
    Posts
    26

    speed testing tool

    Hi everyone,

    I have developed two applications, they both do the exact same thing. The only difference is that one is implemeted in VB and the other one is implemented in VC++.
    I was just wondering if any one of you know where I can find a tool to test the performance of those two apps. In other words, I want to know which one is faster to execute.
    Thank you!

    - Pascal


  2. #2
    Join Date
    Dec 1999
    Location
    Tel Aviv, Israel, Earth, Solar System
    Posts
    50

    Re: speed testing tool

    I guess the simplest way is to create a batch file that will print the time and date values to a file before and after executing each program.
    It should be easy to write - let me know if you need more details...

    Jean Spector
    QA Engineer, mSAFE Ltd.
    [email protected]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured