 
            
            
            
            
                31 Oct
                
                    2006
                
            
            
                31 Oct
                
                '06
                
            
            
            
        
    
                10:32 a.m.
            
        Do you also plan to tackle the problem with QueryPerformanceCounter() on multi-core systems? QPC reports problematic/mismatching values on certain multi-core CPUs (e.g. Athlon X2).
Hello, If I get it right there's nothing much I can do about it ? I don't think multi-core CPU defines some macro which I could test to indicate the user he'd not use the QueryPerformanceCounter timer.... Anyway 99% of the users are supposed to use microsec_timer which use posix_time::microsec_clock... the QPC, timeGetTime() will be there for people really needing those. What's your opinion ? Philippe