search for: queryperformancecount

Displaying 12 results from an estimated 12 matches for "queryperformancecount".

2001 Oct 16
7
Performance tests
I did some testing of vorbis codec (Winamp plugin) on a Pentium 166 MMX, and found that the performance is pretty good. I got 3 % cpu utisization if I turned dithering off, and 5 % otherwise. This was with a 138 kbit song. It's pretty long to mp3 performance that was 0 to 1 % on that machine for a 128 kbit song. Also vorbis seems to have a larger working set, because if I play two songs at
2012 Jan 22
1
Timing related application crash
...quot;. There are no other console messages (such as WINE FIXMEs) before this. After attaching a debugger (ollydbg) I found the following sequence seems to be the culprit (simplified to Cish code): (start @ 0x0041AF35) CPUID, RDTSC func CPUID, RDTSC func QueryPerformanceFrequency(&Frequency); QueryPerformanceCounter(&PerformanceCount1) CPUID, RDTSC func QueryPerformanceCounter(&PerformanceCount2) CPUID, RDTSC func do some math related to something blah = something * Frequency / (PerformanceCount2 - PerformanceCount1); The key issue being that PerformanceCount2 == PerformanceCount1 and so things blo...
2002 Mar 18
0
Wine's working, Buzz ain't happy...
...ntdll.RtlLeaveCriticalSection(413f67ec) ret=413e5b1c 0807e908:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=413e5b1c 0807e908:Call kernel32.WaitForSingleObject(00000054,00000005) ret=413e651f 0807ec38:Ret kernel32.WaitForSingleObject() retval=00000000 ret=00457105 0807ec38:Call kernel32.QueryPerformanceCounter(41c96e9c) ret=00430a32 0807ec38:Ret kernel32.QueryPerformanceCounter() retval=00000001 ret=00430a32 0807ec38:Call kernel32.ReleaseMutex(00000090) ret=00455893 0806edd8:Ret kernel32.CloseHandle() retval=00000000 ret=4062c0e6 0806edd8:Call kernel32.FreeEnvironmentStringsA(40340530) ret=4062e337...
2006 May 11
9
world of warcraft doesnÄt work (sorry if double post)
if this is a doublepost please sorry bur the first post was blocked by spamfilter because of wrong timesettings on my local computer. i reaplyed to my original post and now im not shure if the mailserver thinks the message is corrupt because of reply to a non existing message. here is the originalmessage (again?) Hi everyone, thirst of all please forgive my bad english :) i have installed wine
2005 Jun 22
1
Questions about efficiency.
Good afternoon! Thanks for the previous answers, now there was a question of efficiency. I use the formula of transformation YUV12->RGB: float r = nY + 1.371f * ( nV - 128 ); float g = nY - 0.698f * ( nV - 128 ) - 0.336f * ( nU - 128 ); float b = nY + 1.732f * ( nU - 128 ); frame[index + 0] = ClampFloatToByte( r ); frame[index + 1] = ClampFloatToByte(
2005 May 23
2
[Fwd: Re: Start Windows application from another windows application]
harryvanderwolf@hccnet.nl wrote: > Yes, this failed for me. For now, I will compile/build wine from the 20050419 source like you did and report back if that has been succesfull. > > Thanks again and kind regards, > > Harry > I just built wine from scratch. I uninstalled wine, removed my home/.wine directory, untarred/unzipped the 20050419 source to a temporary directory and
2008 Jul 18
1
system time - windows specific problem
Hi all, I'm currently implementing quasi random generation (torus) on R (package randtoolbox available on CRAN). Even if it is not a great idea, I decided to use the machine time to initiate the seed. So when the seed is not specified by the user, the pkg uses the time machine time. Hence the following R code should produce different uniform variates : > for(i in
2019 Sep 13
0
Wine release 4.16
...resource functions to kernelbase. kernel32: Move global/local memory functions to kernelbase. kernel32: Move OS version functions to kernelbase. kernel32: Move debugger functions to kernelbase. kernel32: Move unhandled exception functions to kernelbase. kernel32: Move QueryPerformanceCounter/Frequency functions to ntdll. kernel32: Move environment functions to kernelbase. kernel32: Move process startup information functions to kernelbase. ntdll: Allocate environment blocks from the process heap. ntdll: Add partial implementation for IOCTL_SERIAL_GET_PROPERTIES...
2001 Feb 14
0
Wine Weekly News #82 (2001 Week 07)
...HAL to the x11drv. * Marcus Meissner made the PostScript driver able to automatically find .afm files provided by software like GhostScript and others, so the user doesn't have to configure .afm file locations manually. * James Abbatiello (CodeWeavers) implemented QueryPerformanceCounter using the Pentium's RDTSC instruction. * * Other Workers/Bugfixers: Marcus Meissner (printing, ddraw, misc), Guy Albertelli (common controls), Lionel Ulmer (ddraw), Jon Griffiths (locale hashes, shlwapi), Rein Klazes (Malayan locale), Patrik Stridvall (wi...
2001 Feb 14
0
Wine Weekly News #82 (2001 Week 07)
...HAL to the x11drv. * Marcus Meissner made the PostScript driver able to automatically find .afm files provided by software like GhostScript and others, so the user doesn't have to configure .afm file locations manually. * James Abbatiello (CodeWeavers) implemented QueryPerformanceCounter using the Pentium's RDTSC instruction. * * Other Workers/Bugfixers: Marcus Meissner (printing, ddraw, misc), Guy Albertelli (common controls), Lionel Ulmer (ddraw), Jon Griffiths (locale hashes, shlwapi), Rein Klazes (Malayan locale), Patrik Stridvall (wi...
2013 Feb 01
1
Wine release 1.5.23
...y from the git repository. Check http://www.winehq.org/git for details. Wine is available thanks to the work of many people. See the file AUTHORS in the distribution for the complete list. ---------------------------------------------------------------- Bugs fixed in 1.5.23 (total 57): 7710 QueryPerformanceCounter should be independent of system time 9952 Sketch Studio shows corrupt cursor 13417 FlashFXP - No mouse support systemwide if window is open 16476 Turok crashes when starting a game 16689 winefile: array size is smaller than minimum required 17226 SimTower crashes on dereferencing...
2012 Aug 07
6
Big Bug:Time in VM running on xen goes slower
...ime is accurate as expected, but it's sorry to get some notice it 's not accurate either. so it sets the RTC's rate from 15.625ms(64HZ) to 976.562us(1024HZ) again and again..., at last, results in a slow system timer in vm. there is also a frequently called function going into my eyes: QueryPerformanceCounter. what my problems are: 1 why the JVM sets the same RTC's rate 976562 down to the coms again and again? what he found is abnormal? 2 even a abnormal user program calls create_periodic_time to set the rate again and again, how do we avoid the influence upon our time in vm? how do we compensa...