similar to: Performance tests

Displaying 20 results from an estimated 1100 matches similar to: "Performance tests"

2016 Feb 08
2
Compilation failure using mingw-w64 and gcc-5.3.0
Hello, Upon compiling the flac tree today, after many successful compilations over the last few weeks, a new error is appearing before compilation bails out. This is a cross-compilation using gcc-5.3.0 running on GNU/Linux, with the objects being built for a mingw-w64-x86_64 host. Among other things, the compiler is looking for windows_unicode_filenames.h but it isn't there. Also, I'm
2014 Sep 26
4
Patch to add buffering to decoding too
Removed buffer size increase. Only tells the filesize to Windows now. On 26.9.2014 14:08, Erik de Castro Lopo wrote: > Martijn van Beurden wrote: > >> Can you please wrap the setvbuf in _WIN32 IFDEFs too? Currently >> memory usage of FLAC decoding is about 1MB, so this patch is >> increasing memory usage tenfold, also for platforms that do not >> need this. It is a
2014 Sep 26
3
Patch to add buffering to decoding too
Can you please wrap the setvbuf in _WIN32 IFDEFs too? Currently memory usage of FLAC decoding is about 1MB, so this patch is increasing memory usage tenfold, also for platforms that do not need this. It is a non-problem on my system anyway. Op 26-09-14 om 10:36 schreef Janne Hyv?rinen: > I made some changes to the previous patch. I don't know why I > originally didn't put the
2014 Sep 25
2
Patch to add buffering to decoding too
Decoding flac files is also prone to producing fragmented files. NTFS has the ability to completely avoid fragmentation if it is told the file size before hand, but that would require using special Windows-only functions. Increasing the write buffer from the default 512 bytes to 10 MB already reduces the problem tremendously. -------------- next part -------------- diff --git
2007 Apr 24
1
cpuspeed on centos 5
It appears as cpuspeed is not running on my centos 5 box(s). One is a biostar motherboard Am2 6400+ the other is Asus am2 4800+. If I do "service cpuspeed stop" it says OK, If I do a "service cpuspeed start" is says OK. However at no time is cpuspeed running. /proc/cpuinfo only shows the cpu running at 1000 Mhz. If I manually run "cpuspeed -C & " I now have
2006 May 04
3
sempron 2500+ running at 1044 cpu speed.
I have a desktop unit with a sempron 2500+ to play with. doing "more /proc/cpuinfo" indicates cpu Mhz as1044 not the 2500 I am familiar with cpuspeed. doing ps ax | grep cpuspeed resulting in nothing. I did service cpuspeed start. No errors reported. ps ax | grep cpuspeed resulted in nothing. I was going to do "killall -SIGUSR1 cpuspeed" to attempt to get 2500+ cpu speed. I
2008 Nov 07
3
correct way to set centos 5 amd64 to performance mode
what is the correct way to set an AMD64 CPU into performance mode at boot time? I have tried doing service network cpuspeed start, then killall -SIGUSR1 cpuspeed and this works but I cant get it working this way at boot. I have set chkconfig cpuspeed on but that didnt seem to help. I just want this particular machine to boot in performance mode and stay there. Jerry
2014 Sep 27
0
Patch to add buffering to decoding too
The previous patch was bugged. The output file wasn't truncated to correct size and was a bit off from rounding the WAVE/AIFF header to smallest sector size. And RAW output didn't benefit from the change. And the existing functions didn't need changes as outputfilename was already known. Attached is a fixed and improved version. -------------- next part -------------- diff --git
2016 Feb 09
2
Compilation failure using mingw-w64 and gcc-5.3.0
Thank you for the feedback. This is cross-compiling for mingw-w64-x86_64 using gcc-5.3.0 and mingw-w64-4.0.4 on GNU/Linux. Upon attempting to compile now, a large number of errors occur in flac/decode.c which I have placed at the end of this email. They are eased by adding this to decode.c: #if _WIN32 #include <windows.h> #include <shlobj.h> #endif ...among the headers. Then, this
2006 Aug 08
1
cpuspeed causing hangs on warm boots
We are using CentOS-4.3 (x86_64) with Opteron servers, and noticed a problem with cpuspeed: If we reboot by doing "# reboot" or similar from a shell, the boot will hang not long after cpuspeed starts. The machine freezes: ctrl-alt-del doesn't work, and only pressing the reset button or a power cycle will restart the machine. If we reboot from power-up or by pressing the reset
2008 Mar 26
2
Moving data between R and Matlab back and forth?
Hi to the list, I am trying to find a way to painlessly move structured data back and forth between R and Matlab (also Octave). For this purpose I found the R.matlab package great help. I wish to use a Matlab -v6 MAT file as an intermediary format, because it is well read by both Matlab and Octave. It is also well read by 'readMat' function in R.matlab package, but that is where I run
2006 Jul 10
3
Kernel-utils stupidities (readahead and cpuspeed)
Hi all, I think I've spotted a few stupidities (bugs) in the current version of kernel-utils (kernel-utils-2.4-13.1.80). I'm sure these are all propagated from upstream, but I hope someone could have a quick look to verify this and see if we either can push complaints upwards, or provide local fixes. The kernel-utils package provides several 'kernel-type' functions -
2010 Jul 23
3
cpuspeed: missing drivers ???
One problem I've discovered in cpuspeed is that there are drivers missing: # cd /lib/modules/2.6.18-194.8.1.el5/kernel/drivers/cpufreq # ll total 72 -rwxr--r-- 1 root root 14408 Jul 1 21:40 cpufreq_conservative.ko -rwxr--r-- 1 root root 16168 Jul 1 21:40 cpufreq_ondemand.ko -rwxr--r-- 1 root root 7624 Jul 1 21:40 cpufreq_powersave.ko -rwxr--r-- 1 root root 12524 Jul 1 21:40
2010 Jun 16
2
cpuspeed settings??
Hey, folks, Sometimes my workstation bogs down... slows to a crawl. Using gkrellm, it's obvious the CPU is the laggard. The top utility confirms: the load average gets up over 4 at times. But this occurs when cpu stepping pegs the speed at 600MHz. This processor is capable of 1.5GHz and when it's allowed to run at that speed, the load average is under 2, which is fine. So the
2008 Dec 16
2
cpuspeed problems with 5.2 and 2.6.18-92.1.18 kernel revision
After upgrade my laptop, I discovered a low performance on it. The laptop is a 2,73GHz Intel centrino and from some kernels versions to now, it had a good performance, the cpu scaling worked fine. Now, I discover that forcing in /etc/sysconfig/cpuspeed the governors and/or max/min speeds, it don't want to run more quickly. The laptop boots fine with the correct speed (usual speed), but when
2008 Feb 05
6
system gets suspended automatically!
Hello! I am running CentOS-5 with latest kernel available by deault (2.6.23). I installed it on a Dell XPS machine having Intel Quad processors (4 parallel cpus). I use it to run a computational program and I need to keep the program running for 1-2 months continuously. I generally boot it in runlevel-3 with network ON without X and use ssh from another machine to connect and run the program
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
2010 Mar 16
1
cpuspeed CentOS 5.4
Hi, cpuspeed did not start on all my systems. CentOS 5.4 x86_64 /etc/init.d/cpuspeed start (nothing happen) Something is missing ? Thanks in advance for any idea. Regards __________________________ Ce message (et toutes ses pi?ces jointes ?ventuelles) est confidentiel et ?tabli ? l'intention exclusive de ses destinataires. Toute utilisation de ce message non conforme ? sa
2005 Dec 13
6
compaq r4000 /proc/cpuinfo reports 997 and should be 2400
Hi I have a compaq R4000 with the 2.4GIG AMD 64 bit. 4000+ rated. proc cpuinfo reports cpu Mhz as 997.481 Do I have to run the 64 bit version to have things run correctly? I just have the normal 4.2 loaded at this time. The laptop seems slow for 4000+ as reflected by the cpu Mhz also. Any thoughts on running the 32 bit version of 4.2 vs the 64 bit version of 4.2? Jerry
2011 Jul 29
2
boxplots
Hi! My name is Martin and I have a problem concerning the boxplot function in R. I want my boxes to be limited by the 1st and 3rd quartile and NOT the 'hinges' values that are the default setting in R. Do anyone knows if there is any command that I could do to change this default setting? Sincerely Martin Olofsson