Click here to Skip to main content
16,011,428 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Components & Controls Pin
Le centriste6-Jun-02 6:56
Le centriste6-Jun-02 6:56 
GeneralRe: Components & Controls Pin
Michael P Butler6-Jun-02 7:42
Michael P Butler6-Jun-02 7:42 
GeneralWhy i can't see my icon Pin
5-Jun-02 14:04
suss5-Jun-02 14:04 
GeneralRe: Why i can't see my icon Pin
Michael Dunn5-Jun-02 16:55
sitebuilderMichael Dunn5-Jun-02 16:55 
GeneralRe: Why i can't see my icon Pin
5-Jun-02 17:29
suss5-Jun-02 17:29 
GeneralWhat's wrong with this code? Can't figure it out... Pin
redeemer5-Jun-02 13:47
redeemer5-Jun-02 13:47 
GeneralPerformance tuning the code in VC++ Pin
5-Jun-02 11:49
suss5-Jun-02 11:49 
GeneralRe: Performance tuning the code in VC++ Pin
Matt Gullett5-Jun-02 12:18
Matt Gullett5-Jun-02 12:18 
Check out
http://www.codeproject.com/datetime/perftimer.asp#xx21598xx

I have a class which I use in one of my libraries to obtain performance data. All you do is istantiate the class at the beginning of every function call and it measures how long the function takes. My class, though, uses GetTickCount which does not have very good resolution. You might try combining my class with this performance timer.

If you want the class, I'll email it to you. Just drop me an email and I'll forward it to you.


GeneralPassing structs with AfxBeginThread(..) Pin
Rickard Andersson205-Jun-02 10:44
Rickard Andersson205-Jun-02 10:44 
GeneralRe: Passing structs with AfxBeginThread(..) Pin
Paul M Watt5-Jun-02 10:44
mentorPaul M Watt5-Jun-02 10:44 
GeneralRe: Passing structs with AfxBeginThread(..) Pin
Rickard Andersson205-Jun-02 13:16
Rickard Andersson205-Jun-02 13:16 
GeneralRe: Passing structs with AfxBeginThread(..) Pin
Le centriste5-Jun-02 14:32
Le centriste5-Jun-02 14:32 
GeneralRe: Passing structs with AfxBeginThread(..) Pin
Paul M Watt5-Jun-02 15:37
mentorPaul M Watt5-Jun-02 15:37 
GeneralRe: Passing structs with AfxBeginThread(..) Pin
Le centriste5-Jun-02 17:23
Le centriste5-Jun-02 17:23 
GeneralRe: Passing structs with AfxBeginThread(..) Pin
Rickard Andersson205-Jun-02 21:46
Rickard Andersson205-Jun-02 21:46 
GeneralRe: Passing structs with AfxBeginThread(..) Pin
_Magnus_6-Jun-02 0:03
_Magnus_6-Jun-02 0:03 
Generalcreating start menu shortcut... Pin
l a u r e n5-Jun-02 10:22
l a u r e n5-Jun-02 10:22 
GeneralRe: creating start menu shortcut... Pin
Roger Broomfield5-Jun-02 12:08
Roger Broomfield5-Jun-02 12:08 
GeneralRe: creating start menu shortcut... Pin
Ed Gadziemski5-Jun-02 12:26
professionalEd Gadziemski5-Jun-02 12:26 
GeneralRe: creating start menu shortcut... Pin
Nish Nishant5-Jun-02 13:20
sitebuilderNish Nishant5-Jun-02 13:20 
GeneralCListBox & Dialog Box :: MFC Pin
valikac5-Jun-02 9:57
valikac5-Jun-02 9:57 
GeneralRe: CListBox & Dialog Box :: MFC Pin
Chris Losinger5-Jun-02 10:18
professionalChris Losinger5-Jun-02 10:18 
GeneralRe: CListBox & Dialog Box :: MFC Pin
valikac5-Jun-02 12:26
valikac5-Jun-02 12:26 
GeneralFastest Search Technique Pin
Sidney5-Jun-02 9:05
Sidney5-Jun-02 9:05 
GeneralRe: Fastest Search Technique Pin
Mike Nordell5-Jun-02 9:30
Mike Nordell5-Jun-02 9:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.