<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MakeUseOf &#187; benchmarking</title>
	<atom:link href="http://www.makeuseof.com/tags/benchmarking/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makeuseof.com</link>
	<description>Cool Websites, Software and Internet Tips</description>
	<lastBuildDate>Fri, 10 Feb 2012 16:31:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>AppTimer: Get Start Up Times For Benchmarking Purposes [Windows]</title>
		<link>http://www.makeuseof.com/tag/apptimer-start-times-benchmarking-purposes-windows/</link>
		<comments>http://www.makeuseof.com/tag/apptimer-start-times-benchmarking-purposes-windows/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 16:01:11 +0000</pubDate>
		<dc:creator>Danny Stieben</dc:creator>
				<category><![CDATA[Cool Windows Apps & Tricks]]></category>
		<category><![CDATA[benchmarking]]></category>
		<category><![CDATA[optimize]]></category>
		<category><![CDATA[pc maintenance]]></category>
		<category><![CDATA[system tools]]></category>
		<category><![CDATA[timer]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=93207</guid>
		<description><![CDATA[Whether we do it as a hobby or just out of plain curiosity, benchmarking has become almost an art. People always try to find the best ways to benchmark a piece of software or hardware in order to increase the ease of replicating those results and to be more accurate. Although benchmarking has been criticized, it is still a good indicator of how powerful or fast something is. ]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/apptimer_intro.jpg?323f2c" alt="benchmarking tools" />Whether we do it as a hobby or just out of plain curiosity (or more than likely both), benchmarking has become almost an art. People always try to find the best ways to benchmark a piece of software or hardware in order to increase the ease of replicating those results and to be more accurate. Although benchmarking has been criticized for only representing synthetic performance instead of real-world performance (especially for hardware), it is still a good indicator of how powerful or fast something is.</p>
<p>As an example, if the results from two different <a href="http://www.makeuseof.com/tags/cpu">CPU</a>s are pretty close to each other, you can say that real-world performance will be about the same. However, if the results are far apart, you&#8217;ll know that one is definitely better.</p>
<h2>Why We Need A Better Solution</h2>
<p>In benchmarking, a good measure to keep is the start up time of an application. This can be very useful for comparing the start up speed between two different products, or comparing the start up speed of the same software on two different computers to measure the performance of the hardware in each computer. A lot of people tend to still use timings done by hand, which can be catastrophic in terms of accuracy when most results will be mere seconds from each other. So we need a benchmarking tool that will be much more accurate than our hands could ever dream of being.</p>
<h2>About AppTimer</h2>
<p><a href="http://www.passmark.com/products/apptimer.htm">AppTimer</a> solves that exact problem. It can detect the exact moment when a command has been executed to start a program and when it has finally loaded. It has a couple of ways of doing this, along with some other useful options for benchmarkers.</p>
<p>AppTimer doesn&#8217;t need to be installed. Instead, you just download it and extract the .exe file from the zip folder, and there is the program. You can move it to whichever media you please and run it off any computer. As a benchmarking tool, it&#8217;s a great feature to have.</p>
<h2>About The Window</h2>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/apptimer_main_window.jpg?323f2c" alt="benchmarking tools" width="580" height="455" /></p>
<p>The AppTimer window isn&#8217;t exactly friendly to beginners in the benchmarking world, but I&#8217;ll walk you through all the possible fields as there aren&#8217;t very many of them. The <em>application</em> field allows you to select which program you would like to time. You can browse through your folders by clicking the &#8220;&#8230;&#8221; to the right so that you won&#8217;t have to manually type in the entire path.</p>
<p>The <em>Cmd Line</em> lets you add in a command line that you want to time if you so choose, although this isn&#8217;t necessary.</p>
<p>The <em>Log File</em> will contain the timing information in a readable format. You&#8217;ll need to choose where you would like to have the log file saved.</p>
<p>The <em>Window Name</em> needs to be entered so that the program, when launched, can be detected as it is opened so that it can close it automatically. Looking at the title, you can see something like either just the name or something in addition to the name. For example, if your title says &#8220;Document 1 &#8211; Microsoft <a href="http://www.makeuseof.com/tags/office/">Word</a>&#8220;, it will suffice to put in Microsoft Word as the window title.</p>
<p>The <em>Executions</em> box dictates how many times in a row AppTimer will try to launch the specified application or command. The <em>Delay</em> box tells AppTimer how long it should wait before it executes again. The <em>Debug</em> checkbox is for, well, debugging, and isn&#8217;t really needed unless you know what to do with the information it&#8217;ll spit out.</p>
<p>The <em>Window Detection Method</em> area offers a couple of different ways to detect if a window has been opened. If you don&#8217;t know which ones to choose, I recommend choosing &#8220;<em>Input Idle&#8221;, &#8220;Window Detection</em>&#8220;, and &#8220;<em>Visible</em>&#8220;, which together means that the window should be visible and ready for input to count as &#8220;open&#8221;.</p>
<p>The <em>Window Close Method</em> area offers multiple ways of closing a program once it&#8217;s open. If you&#8217;re not sure what to choose, I recommend &#8220;<em>WM_CLOSE&#8221;</em> and &#8220;<em>Alt+F4</em>&#8220;.</p>
<h2>Running The Benchmark</h2>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/apptimer_executed.jpg?323f2c" alt="benchmarking software" width="580" height="445" /></p>
<p>If everything is entered in correctly, you can hit &#8220;<em>Run App</em>&#8220;, and AppTimer will do everything for you.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/apptimer_log_results.jpg?323f2c" alt="benchmarking tools" width="580" height="344" /></p>
<p>Then it should save a log file to your specified location, which contains the amount of time it took to start the application.</p>
<h2>Conclusion</h2>
<p>AppTimer is a surprisingly great benchmarking tool to get accurate results in a fashion that &#8220;just works&#8221;. With it, you can be sure that there is a much smaller margin of error and that much better comparisons can be made with other software or hardware configurations. It&#8217;s the perfect entry-level benchmarking tool. If you&#8217;re interested, you can also check out some other <a href="http://www.makeuseof.com/tag/5-free-benchmark-programs/">cool benchmarking tools</a>.</p>
<p>What&#8217;s your favorite method of benchmarking? Why do you prefer it the most? Let us know in the comments!</p>
<p><small>Image Credit: <a href="http://www.shutterstock.com/pic-84914923.html">Shutterstock</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/apptimer-start-times-benchmarking-purposes-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 Apps To Benchmark Your Smartphone [Android]</title>
		<link>http://www.makeuseof.com/tag/3-apps-benchmark-smartphone-android/</link>
		<comments>http://www.makeuseof.com/tag/3-apps-benchmark-smartphone-android/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 15:31:30 +0000</pubDate>
		<dc:creator>Matt Smith</dc:creator>
				<category><![CDATA[Google Android]]></category>
		<category><![CDATA[Mobile Tips]]></category>
		<category><![CDATA[benchmarking]]></category>
		<category><![CDATA[Mobile Apps]]></category>
		<category><![CDATA[optimize]]></category>
		<category><![CDATA[smartphones]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=79362</guid>
		<description><![CDATA[Benchmarking has long been the best way to objectively explore the performance of a device. By using a standard test, it’s possible to throw mere opinion to the wayside and obtain reliable results that can be reproduced by others. PCs have been benchmarked by reviewers for years, and it’s not hard to find free benchmark software for Windows.]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/06/androidbench5.jpg"><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/06/androidbench5.jpg?323f2c" alt="benchmark smartphone" />Benchmarking has long been the best way to objectively explore the performance of a device. By using a standard test, it’s possible to throw mere opinion to the wayside and obtain reliable results that can be reproduced by others. PCs have been benchmarked by reviewers for years, and it’s not hard to <a href="http://www.makeuseof.com/tag/5-free-benchmark-programs/">find free benchmark software</a> for Windows.</p>
<p>Smartphones, however, are different. As they are relatively new, virtually all the software is early in its lifecycle, and that includes benchmarks. Still, there are some free apps that can be used to have a look at the performance of your new Android.</p>
<h2><a href="https://market.android.com/details?id=com.aurorasoftworks.quadrant.ui.standard&amp;feature=search_result">Quadrant</a></h2>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/06/androidbench1.jpg?323f2c" alt="benchmark smartphone" width="320" height="480" /></p>
<p>I’m going to go out on a limb and say that Quadrant is the most widely recognized and used benchmark currently available for Android smartphones. Once you start to use Quadrant, it’s easy to see why.</p>
<p>This benchmark has everything you’d want. It doesn’t take very long to run, so you don’t have to spend time babying your phone just to judge its performance. The benchmark also consists of various different tests that focus on different parts of a phone’s hardware, such as the memory, the processor and the <a href="http://www.makeuseof.com/dir/gpu-reviewlatest-gpu-reviews-news/">GPU</a>. Finally, there’s a results browser, so you can see how your phone stacks up against others.</p>
<p>For basic use, the free Standard version is excellent. If you’re looking for more control you can pay $2.99 for the <a href="http://www.aurorasoftworks.com/products/quadrant">Advanced version</a>, which provides a detailed list of sub-scores and lets you change some of the benchmark’s settings.</p>
<h2><a href="https://market.android.com/details?id=se.nena.nenamark1&amp;feature=search_result">NenaMark</a></h2>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/06/androidbench2.jpg?323f2c" alt="benchmark android" width="480" height="320" /></p>
<p>Although Quadrant does perform a number of different tests and compiles them into a file score, in my experience it’s a bit tilted towards CPU performance. If you’re interested in isolating the GPU, NenaMark is a great choice.</p>
<p>NenaMark puts your phone through its paces by asking it to render a pre-determined scene. The camera flies through 3D terrain along a predetermined path and records the number of frames rendered each second. This is then averaged to provide a final result.</p>
<p>There’s actually two NenaMarks  - 1 and 2. The second is a more complex scene that’s designed to task some of the new high-end phones now available, as many of these will zip through the original NenaMark with ease.</p>
<h2><a href="http://browsermark.rightware.com/browsermark/index.action">Rightware Browsermark</a></h2>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/06/androidbench3.jpg?323f2c" alt="benchmark android" width="174" height="276" /></p>
<p>As the name implies, Browsermark is meant to <a href="http://www.makeuseof.com/tag/fastest-android-web-browser-geeks-weigh/">benchmark browsers</a>. It’s not an app, but a webpage you can visit on your mobile device. However, since the benchmark is standardized and relies on hardware performance, you can use this to benchmark various Android phones if you use the same browser on each.</p>
<p>Browsermark only takes a few minutes to run, and it provides a good overall glimpse at how quickly a phone might perform during web browsing. Since there’s no app to download or install, it’s an easy benchmark to run on a phone you don’t own – for example, you could very easily run this on a store’s demo unit for comparison against the Android you already own.</p>
<p>This benchmark will also run on PCs, although you’ll end up with absurdly high scores. While my HTC Thunderbolt usually obtains a score of around 37,000 in Browsermark, my PC scores around 650,000! <a href="http://www.makeuseof.com/dir/peacekeeper-test-compare-browser-performances-on-your-pc">Peacekeeper</a> is the browser benchmark of choice for desktops and laptops.</p>
<h2>A Word About Battery Benchmarks</h2>
<p>Currently, there’s not a free app that provides battery benchmarks for Android phones. To attempt this, you’ll need to be a little creative.</p>
<p>One easy way to benchmark battery life is to have your phone play a video that’s extremely long. YouTube, for example, has many videos on it that span for 10 hours or more. Since your phone can be set so that it will not sleep or turn off the display while playing video, you can use this as a means of benchmarking the battery.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/06/androidbench4.png?323f2c" alt="benchmark smartphone" width="570" height="259" /></p>
<p>If you want a less intense usage cycle, media players and looped MP3 files can do the trick. Of course, you may want to keep the display on but not hear the music, so be sure to turn the volume down or off.</p>
<p>You can also, of course, simply use your phone normally. This isn’t a standardized test so it’s not a great benchmark, but it will help you peg your personal real-world usage. Whatever method you use, be sure to download the <a href="https://market.android.com/details?id=com.modroid.battery&amp;feature=search_result">Battery Graph</a> app. This will keep track of your battery use so you can see just how long it lasted.</p>
<h2>Conclusion</h2>
<p>While there aren’t as many free tools available for benchmarking Android phones as there are for benchmarking PCs, the apps available are decent. If you’re interested in gaining a clear, objective perspective on your phone’s performance, these apps are the way to do it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/3-apps-benchmark-smartphone-android/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Optimize, Sterilize, &amp; Harmonize Your System With ioBit Advanced System Care [Windows]</title>
		<link>http://www.makeuseof.com/tag/optimize-sterilize-harmonize-system-iobit-advanced-system-care-windows/</link>
		<comments>http://www.makeuseof.com/tag/optimize-sterilize-harmonize-system-iobit-advanced-system-care-windows/#comments</comments>
		<pubDate>Sun, 08 May 2011 17:30:19 +0000</pubDate>
		<dc:creator>James Bruce</dc:creator>
				<category><![CDATA[Cool Windows Apps & Tricks]]></category>
		<category><![CDATA[benchmarking]]></category>
		<category><![CDATA[optimize]]></category>
		<category><![CDATA[pc maintenance]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[system tools]]></category>
		<category><![CDATA[troubleshoot]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=74307</guid>
		<description><![CDATA[Having given ioBit Advanced System Care a test run, I can confidently say it’s a great free solution for – indeed – many of your windows problems. The app makes a thorough effort at both cleaning and optimizing your system. ]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/04/asc-preview.jpg" /><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/04/asc-preview.jpg?323f2c" alt="advanced system care"/>I must admit I&#8217;m skeptical when I hear about any application that will solve all my Windows problems &#8211; especially if it mentions &#8220;optimizing the registry&#8221; &#8211; since most of those that you see online are actually just scams designed to infect your computer with malware. </p>
<p>Having given <strong>ioBit Advanced System Care</strong> a test run, I can confidently say it&#8217;s a great free solution for &#8211; indeed &#8211; many of your Windows problems. The app makes a thorough effort at both cleaning and optimization, though it did seem a little alarmist during the scan, insisting there were thousands of things that needed fixing with my perfectly operational gaming PC. Despite its tendencies to overreact, it&#8217;s more than capable and certainly worthy of the MakeUseOf seal of approval. Read on to find exactly what <a href="http://www.iobit.com/advancedsystemcareper.html">Advanced System Care (free version)</a> can do for you.</p>
<p>Don&#8217;t forget, we have a <a href="http://www.makeuseof.com/pages/best-windows-software">Best of Windows software page</a> with tons of other great system utilities and apps, and Tina&#8217;s fantastic <a href="http://www.makeuseof.com/tag/download-windows-speed-free-pc-tune-guide/">Windows on Speed Guide</a> that you can download for free if you&#8217;re looking to optimise your system. Before you do all of this, you might want to run some <a href="http://www.makeuseof.com/tag/5-free-benchmark-programs/">benchmarking apps</a> too so you can see what a difference it makes.</p>
<h2>Main Functions:</h2>
<p>The app promises to speed up, clean your registry, fix your Windows problems, perform a full privacy sweep and paint your nails. Okay, not that last one &#8211; but it does promise a lot. Thankfully, the interface is very tidy and unintimidating:</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/04/main.jpg?323f2c" alt="advanced system care" width="580" height="369" /></p>
<h2>Quick Care:</h2>
<p>Performs:</p>
<ul>
<li>Malware scan</li>
<li>Registry fix</li>
<li>Shortcut fix</li>
<li>Privacy Sweep</li>
<li>Clean junk files</li>
</ul>
<p>The <em>Quick Care</em> check-up ran through in about 5 minutes and immediately showed me a huge list of possible problems. I&#8217;ll be honest and say that the majority of &#8220;problems&#8221; it reports are akin to saying there&#8217;s a pencil on your desk when it should be in the pencil holder, and aren&#8217;t likely to cause you any problems really. However, it did unearth a number of old registry entries for programs I could&#8217;ve sworn I uninstalled. If you&#8217;ve been using the same Windows installation for a while now, constantly installing and uninstalling apps &#8211; then I suspect it really could have a benefit to your system to cut down on all the unwanted bits left lying around. The shortcut fix just removes broken shortcuts for old apps, and the cleanup of junk files for me consisted of 500mb of internet explorer caches, which is quite surprising because I rarely use the internet on that PC at all. Just goes to show, I guess.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/04/quickcare.jpg?323f2c" alt="iobit advanced system care" width="490" height="314" /></p>
<h2>Deep Care:</h2>
<p>On top of the quick care functions, <em>Deep Care</em> adds a selection of optimizations, vulnerability fixes and a disk defragment. Optimization basically means disabling services that the majority of users won&#8217;t need to be running, so I was pleasantly surprised by that option.</p>
<p>The &#8220;passive defenses&#8221; option sounded a little suspect to me, but it does secure your system from a variety of known malware and viruses &#8211; so if you&#8217;re type of computer user who insists on running an anti-virus, you should really appreciate this section. It certainly offers peace of mind for those of us with family who aren&#8217;t quite as selective in their choice of internet destinations.</p>
<p>Just so you know, each time you run the quick or Deep Care routine, the program creates a rollback in case some of the changes had a less than desirable effect. Given how the app actually does slash and burn through your registry and list of running services, this is a welcome feature.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/04/deepcare.jpg?323f2c" alt="iobit advanced system care" width="517" height="249" /></p>
<h2>Turbo Boost:</h2>
<p>Finally is the <em>Turbo Boost</em> mode, a quick set of optimizations that disables a whole load more core Windows services. I do suggest you run through the wizard and read each item carefully though, as it does disable quite a lot. For giving your system a quick boost for the latest game though, it performs well. In fact, to test it I ran 3DMark Vantage before and after &#8211; though bear in mind I had already ran a complete deep care of the system prior to testing speed boost mode, so it was already already performing fairly optimally. I&#8217;m pleased say that my 3DMark score jumped from 5654 to 5710 &#8211; definitely some gains in there, and I suspect even more so on aging systems.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/04/boost.jpg?323f2c" alt="advanced system care" width="580" height="301" /></p>
<h2>Conclusion:</h2>
<p>I was pleasantly surprised at how well the free <a href="http://www.iobit.com/advancedsystemcareper.html">ioBit Advanced System Care</a> actually performed, and it&#8217;s going straight on my list of &#8220;here, install that&#8221; app for relatives with computer pains. While some of the optimizations and fixes are somewhat suspect artificial solutions, the majority are based on logical techniques of disabling bits of Windows that most people never need. The software also recommends switching your Windows theme to the &#8220;basic&#8221;, as all those pretty colors and backgrounds really does eat a significant portion of memory &#8211; which impressed me as it&#8217;s the first thing I ever do with a sluggish PC.</p>
<p>If you get a chance, why not download the <a href="http://www.3dmark.com/3dmarkvantage/">3DMark Vantage benchmarking tool</a> before and after running a deep care / speed boost and post your results in the comments &#8211; we&#8217;d love to hear how it works out for you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/optimize-sterilize-harmonize-system-iobit-advanced-system-care-windows/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Five Ways To Benchmark Your Web Browser&#8217;s Performance</title>
		<link>http://www.makeuseof.com/tag/ways-benchmark-web-browsers-performance/</link>
		<comments>http://www.makeuseof.com/tag/ways-benchmark-web-browsers-performance/#comments</comments>
		<pubDate>Fri, 08 Apr 2011 15:31:29 +0000</pubDate>
		<dc:creator>Matt Smith</dc:creator>
				<category><![CDATA[Browser Tips & Tricks]]></category>
		<category><![CDATA[benchmarking]]></category>
		<category><![CDATA[browser tips]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[speedup]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=72333</guid>
		<description><![CDATA[Web browsers have become arguably the most important application on a modern computer. Browser performance has a big impact on how you experience the web and modern media. A slow browser might skip or stutter while a fast one breezes through without batting an eye. If you’d like to learn how to judge browser performance for yourself on your own computer, read on.]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/03/browerbenchthumb.jpg"><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/03/browerbenchthumb.jpg?323f2c" alt="browser benchmark" />Web browsers have become arguably the most important application on a modern computer. If you wish, you can replace many applications with websites viewed through your web browser. You can choose to use web mail instead of an email client, <a href="http://www.makeuseof.com/tags/google-docs/">Google Docs</a> instead of Word or <a href="http://www.makeuseof.com/tags/openoffice/">OpenOffice</a>, and you can keep yourself entertained with games and video.</p>
<p>Browser performance has a big impact on how you experience all of this. A slow browser might skip or stutter while a fast one breezes through without batting an eye. If you’d like to learn how to judge browser performance for yourself on your own computer, read on.</p>
<h2><strong><a href="http://clients.futuremark.com/peacekeeper/index.action">Peacekeeper</a></strong></h2>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/03/browserbenchmark1.jpg?323f2c" alt="browser benchmark" width="570" height="423" /></p>
<p>Among the most well rounded and professional browser benchmarks currently available, Peacekeeper is the creation of Futuremark, the company behind industry-standard benchmarks like PCMark and <a href="http://www.makeuseof.com/tag/5-free-benchmark-programs/">3DMark</a>.</p>
<p>Unlike most benchmarks, which are very bare-bones, Peacekeeper has great presentation and wraps the benchmark into a tidy score at the end. You can even directly compare that score to other browsers, view statistics, and read tips on how to improve your score.</p>
<p>Peacekeeper’s final score is based on an array of test groups. The social networking test, for example, throws your browser through <a href="http://www.makeuseof.com/tag/what-is-javascript-how-works/">JavaScript</a> tests meant to replicate the navigation and features of a social networking site. Due to Peacekeeper’s diversity, presentation and in-depth benchmarking, it’s my personal favorite, and the one I turn to first.</p>
<h2><strong><a href="http://www.webkit.org/perf/sunspider/sunspider.html">SunSpider JavaScript</a></strong></h2>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/03/browserbench1.jpg?323f2c" alt="benchmark your browser" width="570" height="261" /></p>
<p>This very popular browser benchmark is focused exclusively on JavaScript and replicates a number of potential Javascript usage scenarios such as 3D content and code decompression. SunSpider doesn’t have a library of results available for easy comparisons, but it does provide you with a link to your results when you are done.</p>
<p>SunSpider’s specificity makes this a poor benchmark to use as a sole determination of browser performance, but it does allow for consistency. Using <a href="http://www.makeuseof.com/tags/google-chrome/">Google Chrome</a> 10, I received results between 262.9ms and 269.2ms after ten runs. That’s a very tight range that inspires confidence in the validity of the results.</p>
<h2><strong><a href="http://v8.googlecode.com/svn/data/benchmarks/v6/run.html">V8</a></strong></h2>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/03/browserbench2.jpg?323f2c" alt="benchmark your browser" width="291" height="291" /></p>
<p>This benchmark tests your browser using the V8 Javascript engine. As the name implies, V8 is designed to be big, powerful and fast. It was also developed by Google and is a part of the Chrome browser, so this benchmark is a bit of a showboat for Google’s technology.</p>
<p>It might be worth wondering if the benchmark is a fair assessment, and indeed, Chrome does rule the roost here. But then, Chrome stomps most browsers in most benchmarks, so that’s no big surprise. Given that this is a quick benchmark, it’s not a bad idea to give it a go.</p>
<h2><strong><a href="http://dromaeo.com/">Dormaeo</a></strong></h2>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/03/browserbench3.jpg?323f2c" alt="benchmark your browser" width="570" height="230" /></p>
<p>While V8 is associated with Google, Dormaeo is associated with Mozilla. It was created by John Resig, who works for Mozilla as a JavaScript Tool Developer. This is not just a JavaScript test, however. It’s actually a collection of a number of benchmarks which are broken up into two main categories – JavaScript and DOM.</p>
<p>Some of the browser benchmarks in Dormaeo are those which were already explained above, such as the SunSpider and V8 JavaScript benchmarks. Dormaeo also includes a number of JavaScript library benchmarks, CSS benchmarks, and unique Javascript benchmarks found only in Dromaeo. Due to the huge number tests in this benchmark, running the whole thing can take a half hour or more on slower PCs, so be prepared to give your computer some alone time.</p>
<h2><strong><a href="http://acid3.acidtests.org/">Acid3</a></strong></h2>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/03/browserbenchmark5.jpg?323f2c" alt="browser benchmark" width="570" height="382" /></p>
<p>Unlike the other benchmarks in this article, Acid3 is not a performance test. Instead it is a compliance test created by the Web Standards Project. It checks a browser’s ability to properly render a complex series of instructions.</p>
<p>Acid3 is actually a number of individual sub-tests which, as they are completed, will cause the test page score to rise. The maximum score is 100/100, but unlike a high school math test, that’s the only score that counts. Anything less than a perfect 100 is considered a &#8220;failed&#8221; test. In fact, even a 100/100 may not be enough to pass, because the completed test page must also match the <a href="http://acid3.acidtests.org/reference.html">reference rendering</a> and be completed without any protest (error messages) from your browser.</p>
<h2>Conclusion</h2>
<p>Benchmarking your browser can be fun, and it will help keep you informed about how your browser performs and keep track of performance when new updates are made available. You can also use most of these tests (except Acid3) as a means of testing computer performance, as browser performance is tied not only to the browser itself but also the hardware it is running on.</p>
<p>Let us know what benchmarking method you prefer and why.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/ways-benchmark-web-browsers-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>4 Free Game Benchmarks That Will Make Your PC Scream</title>
		<link>http://www.makeuseof.com/tag/four-free-game-benchmarks-that-will-make-your-pc-scream/</link>
		<comments>http://www.makeuseof.com/tag/four-free-game-benchmarks-that-will-make-your-pc-scream/#comments</comments>
		<pubDate>Thu, 07 Apr 2011 15:31:51 +0000</pubDate>
		<dc:creator>Matt Smith</dc:creator>
				<category><![CDATA[Games & Gaming Tips]]></category>
		<category><![CDATA[benchmarking]]></category>
		<category><![CDATA[gaming tools]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[speedup]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=72221</guid>
		<description><![CDATA[Graphical quality is still a big deal in the PC gaming world. The newest computer components have raw power and taking advantage of that power can be difficult. Fortunately, there are some game demos that have benchmarks built into them, and they’re a great way to benchmark your gaming PC for free.]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/03/freegamebenchthumb1.jpg"><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/03/freegamebenchthumb1.jpg?323f2c" alt="free game benchmark" />As the controversy over the recently released Crysis 2 is highlighting, graphical quality is still a big deal in the PC gaming world. Computers, like consoles, don’t improve on a set cycle; they’re improving constantly, and the newest computer components have raw power that puts both the Xbox 360 and PS3 to shame.</p>
<p>Taking advantage of the power can be difficult, however; doing so without spending a lot of money on benchmarks and games is even harder. Fortunately, there are some game demos that have benchmarks built into them, and they’re a great way to <a href="http://www.google.com/url?sa=t&amp;source=custom&amp;cd=2&amp;ved=0CBIQFjAB&amp;url=http%3A%2F%2Fwww.makeuseof.com%2Ftag%2F5-free-benchmark-programs%2F&amp;ei=ucKSTarvK4u4twfa0JBJ&amp;usg=AFQjCNHVoBWgy2fMMVTXdXN94jwIbNKV9g">benchmark</a> your gaming PC for free.</p>
<h2>Crysis</h2>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/03/freegamebench1.jpg?323f2c" alt="free game benchmark" width="570" height="449" /></p>
<p>Released in 2007, Crysis was and is among the most graphically demanding games ever made. At the time of its introduction most computers struggled to play the game with more than a few details turned up, and even a modern gaming rig may struggle significantly with this game when the settings are at maximum.</p>
<p>This makes Crysis a great benchmark. Even today, the question “Yeah, but can it run Crysis?” is relevant, as there are very few computers capable of showing everything this game is capable of. If your computer has been bad, load Crysis and crank it up to max. That should show it you’re the boss.</p>
<p>In order to use the free game benchmark you’ll need to download the <a href="http://www.gamershell.com/download_21700_start.html?07:40:03">Crysis singleplayer demo</a>, then download the <a href="http://downloads.guru3d.com/Crysis-Benchmark-Tool-1.05-Final-download-1791.html">Crysis Benchmarking Tool</a>. You can run the benchmark without this tool, but it’s substantially more difficult. Do yourself a favor and download the extra file.</p>
<h2>Just Cause 2</h2>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/03/freegamebench2.jpg?323f2c" alt="free game benchmark test" width="570" height="362" /></p>
<p>Although primarily a console game, Just Cause 2 (like the original) has no problem making use of the graphical power available on a modern computer. Scenic vistas, detailed models and massive explosions are all part of this game’s visual spice, and they all look better on the PC.</p>
<p>Just Cause 2 is only available on <a href="http://www.makeuseof.com/tag/steam-games-management-shop-redesign/">Steam</a>, so you’ll have to sign up for a Steam account to download the demo. The demo benchmark is not as detailed as what is available in the full game, but it does feature a reasonably long gameplay loop that shows off Just Cause 2’s ability to render a massive landmass with little performance degradation.</p>
<h2>Mafia II</h2>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/03/freegamebench3.jpg?323f2c" alt="free game benchmark test" width="570" height="333" /></p>
<p>Essentially a Grand Theft Auto clone with its own dash of style, Mafia II was released to the PC without much fanfare and to average reviews. Despite that, the game’s graphics were concrete shoes to many PCs, particularly those with older processors.</p>
<p>Mafia II isn’t the most beautiful game, in my opinion, but it does offer some very detailed character models and a few cool graphical effects. I’m particularly enamored by how fire and explosions are rendered in this game. The free game benchmark is simple to use and accessed directly through the game’s main menu.</p>
<p>As with Just Cause 2, Steam is the only way to download this game or its demo, which includes the benchmark.</p>
<h2>Tom Clancy’s HAWX2</h2>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/03/freegamebench4.jpg?323f2c" alt="free game benchmark" width="570" height="380" /></p>
<p>A relatively recent release, Tom Clancy’s HAWX2 is notable for the game’s ability to render huge amounts of high-detail terrain. After all, HAWX2 is a flying game – whenever you’re not in a dogfight you’ll be staring into the distance, admiring the scenery, which is textured using high-resolution satellite images.</p>
<p>HAWX2 supports<a href="http://en.wikipedia.org/wiki/DirectX"> DirectX 10</a> and, with the proper settings, can make heavy use of tessellation. This makes it a great benchmark for testing the features of newer graphics cards. This benchmark seems to run particularly well on Nvidia cards in comparison to those from AMD, so you might be a little disappointed if you&#8217;re part of the red team, although the most AMD cards made in the last year have no problem with this title.</p>
<p>The HAWX2 benchmark is extremely easy to use and <a href="http://downloads.guru3d.com/Tom-Clancy%E2%80%99s-H.A.W.X.-2-Benchmark-download-2633.html">can be downloaded as a standalone executable</a>. You will need to set up an Ubisoft account to run the benchmark. You can also access the benchmark via the game demo available on Steam.</p>
<h2>Conclusion</h2>
<p>These four games will push your hardware to the limit, but they’re not the only benchmarks available. If you have a favorite – and free – game benchmark not listed here, let us know in the comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/four-free-game-benchmarks-that-will-make-your-pc-scream/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Benchmark &amp; Explore Your PC With SiSoft Sandra 2011 Lite</title>
		<link>http://www.makeuseof.com/tag/benchmark-explore-pc-sisoft-sandra-2011-lite/</link>
		<comments>http://www.makeuseof.com/tag/benchmark-explore-pc-sisoft-sandra-2011-lite/#comments</comments>
		<pubDate>Fri, 17 Dec 2010 15:31:36 +0000</pubDate>
		<dc:creator>Matt Smith</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[benchmarking]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[speedup]]></category>
		<category><![CDATA[test]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=60901</guid>
		<description><![CDATA[SiSoft Sandra has long been considered one of the best PC benchmark programs available. It is frequently used in computer hardware reviews to judge the speed of components such as processors, hard drives, and video cards. It is also capable of benchmarking more obscure things, such as memory bandwidth. A new version of SiSoft Sandra [...]]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/12/sisoftthumb.jpg"><img class="align-left" style="border: 0px none; margin-left: 20px; margin-top: 5px; float: right;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/12/sisoftthumb.jpg?323f2c" alt="pc benchmark" width="282" height="114" />SiSoft Sandra has long been considered one of the best PC benchmark programs available. It is frequently used in computer hardware reviews to judge the speed of components such as processors, hard drives, and video cards. It is also capable of benchmarking more obscure things, such as memory bandwidth.</p>
<p>A new version of SiSoft Sandra is released yearly, and the 2011 build was made available recently. As usual, the full SiSoft Sandra software is a paid program &#8211; <a href="http://www.sisoftware.co.uk//?d=dload&amp;f=sware_dl_3264&amp;l=en&amp;a=">but a free Lite version</a>, which doesn&#8217;t seem very lite at all, is also available. Let&#8217;s take a look at what the latest version has to offer.</p>
<p><span id="more-60901"></span></p>
<h2>PC Benchmarks Galore</h2>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/12/sisoft1.jpg?323f2c" alt="pc benchmark" width="387" height="507" /></p>
<p>Computer benchmarks are often used by hardware reviewers as a standardized way of determining performance. However, benchmarks can be handy for everyone. They give you a way to determine how your computer&#8217;s performance measures up to others. This can point out areas where you need to upgrade, or can give you definitive proof that a certain component is not working right.</p>
<p>SiSoft Sandra 2011 Lite has thrown in a number of new PC benchmarks including GPGPU Cryptology, <a href="http://www.makeuseof.com/tag/5-easy-to-use-freeware-video-converters/">Media Transcoding</a>, and <a href="http://www.makeuseof.com/tag/technology-explained-blurays-replacement-dvd/">Blu-Ray</a>. The later two are arguably the most interesting for most users, and media transcoding in particular is a great benchmark to have. It&#8217;s common to convert videos from one format to another, usually in order to port them over to a smartphone, but sometimes for other purposes.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/12/sisoft2.jpg?323f2c" alt="pc benchmark software" width="485" height="412" /></p>
<p>The new version of the software makes continued improvements to SiSoft Sandra&#8217;s excellent hardware comparison results. Most benchmark software will only give you one result &#8211; the result from your own computer. This is useful, but you have to find and compare the result to others manually. SiSoft Sandra, however, provides a huge library of hardware benchmarks. This information will provide you with an instant comparison between the hardware you have and other comparable components. The continued refinement of this feature in SiSoft Sandra 2011 makes choosing a hardware upgrade easier than ever before.</p>
<h2>Computer Information Station</h2>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/12/sisoft3.jpg?323f2c" alt="pc benchmark software" width="334" height="219" /></p>
<p>Another function that SiSoft Sandra 2011 Lite continues to serve is that of gathering information about your computer. This is a problem that usually evident until you actually try to find out certain information exclusively through Windows. What chipset does your motherboard use? What is the clock speed of your RAM? What builds of <a href="http://www.makeuseof.com/answers/install-net-framework-2/">Microsoft .NET Framework</a> do you have installed?</p>
<p>SiSoft Sandra 2011 Lite lays out this information in the Hardware and Software sections. There doesn&#8217;t seem to be anything of great importance that escapes the grasp of SiSoft Sandra 2011, and the information provided rivals my personal favorite PC information software, PC Wizard 2010. In fact, I wouldn&#8217;t be surprised if some users prefer SiSoft Sandra 2011 for this purpose. It is generally a more intuitive program thanks to large, clearly labeled icons.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/12/sisoft4.jpg?323f2c" alt="pc benchmark" width="464" height="369" /></p>
<p>Another useful section of the program is Tools. In this part of SiSoft Sandra 2011 Lite you&#8217;ll find a few broad utilities including a burn-in test that can be used to see how your hardware manages under heavy usage. The report tool is also handy. This lets you create a text log of a computer&#8217;s current specifications, which can be reviewed at a later date. Logging this sort of information is handy if you&#8217;re trying to resolve issues on a computer that you don&#8217;t always have access to.</p>
<h2>Conclusion</h2>
<p>I think that SiSoft Sandra 2011 Lite is a must-have download for computer enthusiasts. It can handle a wide variety of benchmarking and PC information needs, and the comparison tools are incredibly helpful if you&#8217;re looking to upgrade your computer&#8217;s hardware.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/benchmark-explore-pc-sisoft-sandra-2011-lite/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>6 Must-Have Apps For Computer Repair Technicians</title>
		<link>http://www.makeuseof.com/tag/6-musthave-apps-computer-repair-technicians/</link>
		<comments>http://www.makeuseof.com/tag/6-musthave-apps-computer-repair-technicians/#comments</comments>
		<pubDate>Thu, 16 Dec 2010 15:31:54 +0000</pubDate>
		<dc:creator>Matt Smith</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[anti-virus]]></category>
		<category><![CDATA[benchmarking]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[tech support]]></category>
		<category><![CDATA[troubleshoot]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=60803</guid>
		<description><![CDATA[Computers are complex pieces of electronics and, unfortunately, they tend to go astray quite often. Knowledgeable geeks can fix these problems quickly, but to the average user, a Blue Screen of Death is as useful as receiving a pie to the face. This, of course, is why people hire computer repair technicians. It&#8217;s also why your grandparents think [...]]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/12/computerrepairthumb1.png"><img class="align-left" style="border: 0px none; margin-left: 20px; margin-top: 5px; float: right;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/12/computerrepairthumb1.png?323f2c" alt="computer repair technician " width="240" height="176" />Computers are complex pieces of electronics and, unfortunately, they tend to go astray quite often. Knowledgeable geeks can fix these problems quickly, but to the average user, a <a href="http://www.makeuseof.com/tag/4-tips-fix-blue-screen-error">Blue Screen of Death</a> is as useful as receiving a pie to the face. This, of course, is why people hire computer repair technicians. It&#8217;s also why your grandparents think that you are one because you know how to change the homepage in Internet Explorer.</p>
<p>If you are ever faced with the task of repairing computers &#8211; either professionals or as an amateur &#8211; it&#8217;s important to have the right tools. This includes software that can help you pinpoint and solve system errors. Let&#8217;s have a look at six programs that can save you a lot of time.</p>
<p><span id="more-60803"></span></p>
<h2><a href="http://www.cpuid.com/softwares/pc-wizard.html">PC Wizard</a></h2>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/12/computerrepair1.png?323f2c" alt="pc computer repair" width="498" height="265" /></p>
<p>Properly diagnosing and repairing a computer requires knowledge about what is inside it. Some information, like the processor that a computer has and the amount of RAM installed, is extremely easy to come across. But other information, like the exact model of motherboard or hard drive, can be more difficult to determine. This is particularly true in pre-built systems from companies like Dell, as they often do not include technical information about their PCs.</p>
<p>PC Wizard is the easy solution to this issue. This software scans a PC and returns detailed information about the components inside. This includes everything from the audio controller to the motherboard chipset. You&#8217;ll also be able to see the temperature of the processor, video card, and hard drive (provided the system has those sensors installed).</p>
<h2><a href="http://www.ocbase.com/perestroika_en/index.php?Download">OCCT </a>and <a href="http://www.ozone3d.net/benchmarks/fur/">Furmark</a></h2>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/12/computerrepair2.jpg?323f2c" alt="computer repair technician" width="416" height="406" /></p>
<p>Many computer problems are caused by stress placed on components as they reach maximum load. It is not hard for a processor to run well when it is only using 25% of it&#8217;s potential, but when maxed to 100% it begins to generate significantly more heat and draw far more power. This can expose problems with a computer&#8217;s cooling solution or power supply that are otherwise not an issue.</p>
<p>Controlled stress tests reveal these issues. My two favorite programs are OCCT (for the CPU) and Furmark (for the GPU). Each program can put a load on a processor or video card that will replicate what happens when a program demands everything these components have to give.</p>
<h2><a href="http://download.cnet.com/Malwarebytes-Anti-Malware/3000-8022_4-10804572.html">MalwareBytes Anti-Malware</a></h2>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/12/computerrepair3.jpg?323f2c" alt="pc computer repair" width="570" height="328" /></p>
<p>Malware is one of the most common causes of computer problems. Unsuspecting folks download the wrong file, and now suddenly their processor seems to be running at 80% or higher usage no matter what they&#8217;re doing, or their homepage has been changed to llamas.com.</p>
<p>This is where a <a href="http://www.makeuseof.com/tag/stop-and-delete-spyware-with-malwarebytes-windows-only/">free malware program like MalwareBytes</a> is handy. You can install it free of charge on as many computers as you&#8217;d like and use it to try and find and remove the malware that is causing innocent folks so much trouble. Cleaning up malware on an already-infected computer is tricky, so don&#8217;t expect this (or any other) anti-malware software to perform magic, but this program will give you one more tool for tackling the problem.</p>
<h2><a href="http://www.revouninstaller.com/start_freeware_download.html">Revo Uninstaller</a></h2>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/12/computerrepair4.jpg?323f2c" alt="pc computer repair" width="431" height="450" /></p>
<p>One problem that often confronts computer repair technicians is a program that won&#8217;t uninstall properly. The program may be consuming disk space, or interfering with other programs, and you&#8217;d like to remove it. Yet the built-in uninstaller fails every time.</p>
<p><a href="http://www.makeuseof.com/tag/revo-uninstaller-will-hunt-down-your-bloatware/">Revo Uninstaller </a>is a program tailored to defeat such problems. It can track down the different components and registry entries of a program and kill them. In my experience it can remove about 80% of the programs that have previously failed to uninstall through conventional methods, and you may want to simply use Revo Uninstaller by default, as it cleans up after programs more throughly than the default uninstallers usually do.</p>
<h2><a href="http://www.sisoftware.net//?d=dload&amp;f=sware_dl_3264&amp;l=en&amp;a=">SiSoft Sandra 2011 Lite</a></h2>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/12/computerepair6.jpg?323f2c" alt="computer repair technician" width="549" height="514" /></p>
<p><a href="http://www.makeuseof.com/tag/5-free-benchmark-programs/">You can learn a lot about a computer by benchmarking it</a>. Hardware is hardware &#8211; it is made to precise specifications, and there is very little variation between various examples of a similar product. This creates a good baseline to compare the performance of a computer to, which in turn makes it easier to find where problems might be occurring. Benchmarks can also be handy because, in some cases, a problem assumed to be a hardware defect isn&#8217;t one at all. Instead, the problem is that the hardware just isn&#8217;t up to handling what the user is demanding from it.</p>
<p>There are a lot of useful free benchmarks, but SiSoft Sandra remains one of the most full-featured and robust examples.  The benchmarks included can be used to gauge the performance of hard drives, processors, video cards, memory and more. In addition, SiSoft Sandra offers some comparative examples of benchmarks run using similar hardware. This can help you determine if a computer is behaving normally.</p>
<p>While I find SiSoft Sandra&#8217;s benchmarks to be the most compelling feature, the program offers a number of other tools and hardware information utilities. I find other options to be better in these areas, but the extra tools are handy to have, and some users may prefer them.</p>
<h2>Conclusion</h2>
<p>The 5 must-have apps listed here are ones that I&#8217;ve used in the past. They&#8217;re great programs &#8211; but given the expansive universe of programs available, they&#8217;re surely not the only ones around. If you know of a program that would be useful for computer repair technicians feel free to throw some love on it in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/6-musthave-apps-computer-repair-technicians/feed/</wfw:commentRss>
		<slash:comments>43</slash:comments>
		</item>
		<item>
		<title>How To Benchmark Your Laptop&#8217;s Battery Life With Battery Eater</title>
		<link>http://www.makeuseof.com/tag/benchmark-laptops-battery-life-battery-eater/</link>
		<comments>http://www.makeuseof.com/tag/benchmark-laptops-battery-life-battery-eater/#comments</comments>
		<pubDate>Tue, 05 Oct 2010 15:31:21 +0000</pubDate>
		<dc:creator>Matt Smith</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[battery]]></category>
		<category><![CDATA[battery life]]></category>
		<category><![CDATA[benchmarking]]></category>
		<category><![CDATA[laptop]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=54800</guid>
		<description><![CDATA[The battery life of a laptop is an obviously important part of the laptop&#8217;s overall performance. If you run out of battery life you can&#8217;t do anything &#8211; so try not to run out, right? While that rule seems simple enough, it isn&#8217;t always easy to follow. Laptop manufacturers have a tendency to overstate laptop [...]]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/09/laptopbenchmarkthumb.png"><img class="align-left" style="border: 0px none; margin-left: 20px; margin-top: 5px; float: right;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/09/laptopbenchmarkthumb.png?323f2c" alt="laptop battery life" width="180" height="240" />The battery life of a laptop is an obviously important part of the laptop&#8217;s overall performance. If you run out of battery life you can&#8217;t do anything &#8211; so try not to run out, right?</p>
<p>While that rule seems simple enough, it isn&#8217;t always easy to follow. Laptop manufacturers have a tendency to overstate laptop battery life, and sometimes by no small margin. A manufacturer who claims ten hours of battery life rarely confesses that the stated battery life can only be achieved if you leave the laptop running at idle with the display a minimum brightness and WiFi off.</p>
<p>The only way to know what your laptop is <em>really</em> capable of is to benchmark it, and no program is better suited for this task than <a href="http://www.batteryeater.com/news.html">Battery Eater</a>, one of only two free battery benchmark programs currently available and updated.</p>
<p><span id="more-54800"></span></p>
<h2>The Maximum Load (Default) Test</h2>
<p>Once you&#8217;ve installed Battery Eater you&#8217;ll find it is very easy to use. Opening the program will display a main menu that shows your <a href="http://www.makeuseof.com/tag/two-replacements-for-the-windows-laptop-battery-icon/">current battery status</a>. Hopefully the battery will show that it is fully charged and AC adapter is currently plugged in &#8211; after all, testing a half charged battery won&#8217;t provide very good results!</p>
<p>Click the &#8220;<em>Begin test when disconnecting AC</em>&#8221; checkbox and then unplug your laptop whenever you&#8217;re ready.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/09/laptopbenchmark3.png?323f2c" alt="laptop battery life" width="433" height="290" /></p>
<p>Battery Eater will swing into action as soon as you&#8217;ve unplugged the AC adapter. The default benchmark is a simple 3D rendering of a battery that moves around your laptop&#8217;s display. This will task both your laptop&#8217;s CPU and GPU. As the Battery Eater test states, this benchmark is designed to give an indication of the minimum battery life that you can expect. If your laptop achieves three hours, for example, you&#8217;ll know that your laptop will last at least three hours no matter what kind of crazy task you throw at it.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/09/laptopbenchmark4.png?323f2c" alt="battery life" width="500" height="391" /></p>
<h2>The Reader&#8217;s Test</h2>
<p>If you&#8217;re interested in how your <a href="http://www.makeuseof.com/tag/maintain-your-laptop-battery-better-with-batterycare-windows/">laptop battery </a>might hold up during less intense use,  however, you can use the included Reader&#8217;s Test benchmark. This can be accessed by clicking on the Options button and then changing the Benchmark Mode to Reader&#8217;s Test.</p>
<p>Once that&#8217;s done, click on the <em>Load Text</em> button at the bottom of the window and select a text file. The Reader&#8217;s Test, once activated, will open the text file and automatically scroll through the file time and time again until your laptop&#8217;s battery gives out.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/09/laptopbenchmark5.png?323f2c" alt="battery life" width="433" height="298" /></p>
<p>You can also test your laptop&#8217;s maximum battery life by using the Idle test, which is again accessed through the Options menu. The Idle test is exactly what you&#8217;d think &#8211; it just keeps tabs on your laptop battery life while the laptop remains at idle.</p>
<h2>Viewing Results</h2>
<p>Testing your laptop&#8217;s battery will, of course, cause it to run out of juice. When the battery does finally kick the bucket everything on your computer will be shut down and the laptop will automatically go into hibernation.</p>
<p>Battery Eater is one step ahead of your laptop, however. The program automatically generates a report once your computer&#8217;s laptop battery can endure no more.. This report is filed in your Battery Eater installation folder and is labeled with the date that you ran the benchmark.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/09/laptopbenchmark7.png?323f2c" alt="laptop battery life" width="620" height="610" /></p>
<p>When you open the folder you will be greeted with a .beg file called <em>discharge</em> and a log. The Discharge file has the information you need, but you won&#8217;t be able to view it with Excel or any other program. To generate a readable version of the report you must  drag and drop the .beg file onto the Battery Eater executable file (called <em>BEPro.exe</em>.) The report will open automatically in your default web browser.</p>
<h2>Conclusion</h2>
<p>Battery Eater can be a sobering program to use. Laptops that are supposed to be capable of more than six hours of battery life often achieve less than four hours during the default Battery Eater test. I highly suggest that you run the default benchmark, Reader&#8217;s Test benchmark <em>and</em> Idle benchmark.</p>
<p>Yes, this will likely take a while &#8211; but remember, Battery Eater makes a report automatically when the laptop battery life gives out. You can turn Battery Eater on before hitting the sack and read the results the next morning. Just remember to modify your laptop&#8217;s settings so that it does not automatically sleep or turn off the display, as either function can skew or ruin your test results!</p>
<p>If you know of another way to benchmark your laptop, do let us know about it in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/benchmark-laptops-battery-life-battery-eater/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To Benchmark &amp; Troubleshoot Game Performance Using Fraps</title>
		<link>http://www.makeuseof.com/tag/benchmark-troubleshoot-game-performance-fraps/</link>
		<comments>http://www.makeuseof.com/tag/benchmark-troubleshoot-game-performance-fraps/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 01:31:33 +0000</pubDate>
		<dc:creator>Matt Smith</dc:creator>
				<category><![CDATA[Games & Gaming Tips]]></category>
		<category><![CDATA[benchmarking]]></category>
		<category><![CDATA[gaming tools]]></category>
		<category><![CDATA[speedup]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=44767</guid>
		<description><![CDATA[Synthetic benchmarks are a great tool for finding out how well your computers can play games. They provide a baseline which allows you to compare how upgrades and changes to your computer have improved or degraded performance. Synthetic benchmarks can also be used as a point of comparison to other systems with similar specifications, which [...]]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/05/fraps5.jpg"><img class="align-left" style="border: 0px none; margin-left: 20px; margin-top: 5px; float: right;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/05/fraps5.jpg?323f2c" alt="increase video game performance" /><a href="http://www.makeuseof.com/tag/test-graphics-card-stability-furmark-gaming/#comments">Synthetic benchmarks</a> are a great tool for finding out how well your computers can play games. They provide a baseline which allows you to compare how upgrades and changes to your computer have improved or degraded performance.</p>
<p>Synthetic benchmarks can also be used as a point of comparison to other systems with similar specifications, which lets you see if your computer is operating the way it should or if there is perhaps something holding it back.</p>
<p>However, synthetic benchmarks are, ultimately, synthetic. In other words, they don&#8217;t represent real world performance.</p>
<p><span id="more-44767"></span><br />
Achieving a very high 3DMark score won&#8217;t help you determine your framerate in one particular game. While some games, like first person shooters, often come with built-in benchmarks, many games do not.</p>
<h2>Discovering Real Performance</h2>
<p>To find out how your computer is performing during real gameplay and help increase video game performance, you can use an tool called <a href="http://www.fraps.com">Fraps</a>. This tool is commonly used by professional hardware reviewers to find out how well hardware config
