b2科目四模拟试题多少题驾考考爆了怎么补救
b2科目四模拟试题多少题 驾考考爆了怎么补救

peacekeeper_peacekeeper意思_peacekeeper 左轮

电脑杂谈  发布时间:2017-04-30 13:02:13  来源:网络整理
peacekeeperpeacekeeper

Peacekeeper is a free online browser benchmark tool. With Peacekeeper it’s quick and easy to compare different browsers to find out which one offers the bestperformance on your PC.

The name "Peacekeeper" is inspired by the well established concept of "browser wars". The fact is that competition between browsers has never been as hotlycontested, nor have internet users had as many choices as they do now. The big five: Internet Explorer, Firefox, Safari, Chrome and Opera, all see regular releasesof new and innovative features and each camp’s followers keep many a forum busy with heated discussion and opinion. Until now, words were the only shots fired inthe long-running browser wars. With Peacekeeper however, web users finally have an easy to use tool for measuring and comparing the performance of different webbrowsers. Just like a real peacekeeping force, the Peacekeeper benchmark is impartial, objective and seeks to resolve conflict.

Peacekeeper will show you which browser performs best. At the end of the test your browser receives a score indicating its overall performance.It’s to compare scores by running Peacekeeper again in a different browser. Changing browsers to one that's faster can mean that pages with dynamic contentwill be more responsive.

Peacekeeper measures your browser's performance by testing its JavaScript functionality. JavaScript is a widely used programming language used in the creation ofmodern websites to provide features such as animation, navigation, forms and other common requirements. By measuring a browser’s ability to handle commonly usedJavaScript functions Peacekeeper can evaluate its performance.

Peacekeeper scores are measured in operations per second or rendered frames per second depending on the test. When "browser X" scores twice as much as "browser Y"on the same PC it means that for a given test either:

X ran twice as many operations as Y in the same time period

Or X ran the test in half the time as Y

Or X rendered the test with twice the frame rate of Y

Or in plain language, by choosing a browser with a high Peacekeeper score you are ensuring a faster and smoother web experience within the limits of your internetconnection speed.

To create the tests we used a profiler to yze JavaScript usage while browsing popular websites such as YouTube,Facebook, GMail andMeebo. The profiler collected data on the frequency in which different JavaScript functions were called on thesesites and we used this data to create specific weighted tests for each function. In some situations the profiler is not able to collect accurate data and for these,we implemented the tests using common techniques and components to simulate the requirements of a typical webpage.

Peacekeeper is a JavaScript performance benchmark. It does not test your browser’s other features nor does it measure its security functionality. It does not checkfor W3C conformity, nor does it test external components such as Flash, though some add-ons may have a negativeimpact on the browsers performance in general. It does not test, nor is the scoreinfluenced by, your internet connection speed or latency.

These tests measure your browser's ability to render and modify specific elements used in typical web pages. Rendering tests manipulate the DOM tree in real-time.The tests measure display updating speed (frames per seconds).

renderGrid

This test renders a grid of square elements and animates the background colors. The test measures the browser's ability to manipulate huge amount of elements.

renderPhysics

This physics test simulates bouncing dandelion florts and their collision physics. The test measures both DOM update speed and mathematical methods.

WebGL allows full blown 3D graphics to be rendered in a browser without the need for any external plug-ins. This test uses the MJS Matrix/Vector package. This is an HTML5 capability test and thus is not calculate into the overall score.

webglCube

The test renders a transpared 3D cube, inside which are six bumbmapped spheres. The balls bounce within the cube with real (simplified) physics.The test is designed to be fairly light on the system - modern desktop computers should be able to run the test at full speed. The performance of the GLtest is mostly dependant on the graphics and/or the CPU of the system, and less with the browser in question.

These tests find out which HTML5 video formats are supposed by your browser. Peacekeeper only checks if your browser is able to play a specific format,no other valuation is done. . This is an HTML5 capability test and thus is not calculate into the overall score.

videoVideoSupport

videoSubtitleSupport

videoPosterSupport

videoCodecH264

videoCodecMP4

videoCodecTheora

videoCodecWebM

These tests use HTML5 Web Worker, which allows JavaScript to multhread - ie. the ability to perform multiple actions concurrently. This is an HTML5 capability test and thus is not calculate into the overall score.

This test simulates a 2D, sprite-based game. The test itself is the real game, and what is shown is a recorded play. We use a slightly modified version of Crafy and the game is rendered through DOM, and all collision detections, physics and game logic is calculated as it would be for a real game. The amount of animated sprites increased during the test run to increase the load. This is an HTML5 capability test and thus is not calculate into the overall score.

worker01

In this test multiple images are processed at the same time. With increasing amounts of images being processed simultaneously, the underlying system andthe capabilities for the CPU will come into play.

These tests use HTML5 Canvas, which is a web technology for drawing and manipulating graphics without external plug-ins.

experimentalRipple01

Simulates a 'water ripple' effect by using HTML 5 Canvas. It measures the browser's ability to draw individual pixels.

experimentalRipple02

Same test as 'experimentalRipple01', but with a larger canvas and thus a heavier workload.

Almost everything you see on a dynamic webpage uses JavaScript arrays. These tests measure your browser's ability to add, remove and modify data stored in an array.The Data suite consists of two tests:

arrayCombined

This test uses all features of the JavaScript Array object. This is a technical test that is not based on profiled data. The source data are different sizedarrays of numbers.

arrayWeighted

This test is similar to 'arrayCombined', but the load is balanced based on profiled data. The source data is a list of all the countries in the world.

DOM, or Document Object Model, is the standard API JavaScript uses to create dynamic webpages. These tests emulate the methods used to create typical dynamicwebpages. The DOM tests are based on development experience and the capabilities of the jQuery framework.

domGetElements

This test uses native DOM methods getElementById and getElementsByName. Both are widely used to get content from a DOM tree. The elements are not modified.

domDynamicCreationCreateElement

A common use of DOM is to dynamically create content with JavaScript, for example loading content from a server and injecting it to a page. There are twoways to accomplish this: setting the source as string to DOM's innerHTML-property or creating objects individually and then appending them to DOM. This testmeasures the latter.

domDynamicCreationInnerHTML

This test is similarl to the previous one, but uses the innerHTML-method.

domJQueryAttributeFilters

This test does a DOM query with jQuery. It searches elements with specific attributes.

domJQueryBasicFilters

This test uses basic filters to query elements from DOM.

domJQueryBasics

This test queries elements from DOM with very basic methods. This is similar to domGetElements, but uses jQuery rather than native methods.

domJQueryContentFilters

Query elements based on content. This does string searching and these methods are assumed to be time consuming.

domJQueryHierarchy

Query elements based on hierarchy, such as getting sibling, parent or child nodes from a DOM tree.

domQueryselector

HTML5 brings in teh QuerySelector, which allows JavaScript to search elements from the DOM tree directly without the need to iterate the whole tree through domGetElements

These tests measure your browser's performance in typical text manipulations such as using a profanity filter for chats, browser detection and form validation.

stringChat

This test removes swearing from artificial chat messages. Test measures looping and string replace-method.

stringDetectBrowser

There are differencies between browser behaviour, so browser name and version are often detected. This test uses string indexOf-method to detect browser and operating system.

stringFilter

This test filters a list of movies with a given keyword. The behaviour is known as filtering select or continuous filter. It's used to give real time suggestions while a user is filling input fields. The test uses regular expressions.

stringValidateForm

Live form validation is a common JavaScript use case. This test uses complex regular expressions to validate user input.

stringWeighted

This is an artificial test. Methods used and their intensities are chosen based on profiled data.

The overall score is the geometric mean of the main test scores which in turn are the geometric mean of their respective individual test scores. Note that the HTML5 tests (prefixed with HTML5 in this document) are not calculated into the overall score. The HTML5 tests comprise their own HTML5 capability score, though for the tests for which there is a measurable metric, the score details may be viewed separately.

Other than the browser itself, the most significant factor affecting the score is the type of CPU in your Internet device. After that, the power of your graphics chip affectsthe result somewhat, though mostly in situations where the card is very slow, or no drivers have been installed for it. Running other applications that consume system resources atthe same time as the benchmark is running will naturally affect the score. The size of the viewable browser area also affects the score, so the screen resolution you use, the sizeof the browser window and whether the window is minimized affect the score as well. Beyond these, other factors are usually not significant. Your internet connection speed and networklatency do not influence the score in any way.

Peacekeeper scans your PC hardware details by default in order to link your browser’s performance with your hardware details. The scan is not a requirement (nor is it even availableon all platforms) and the performance evaluation is just as accurate without it. However, the scan allows us to provide richer services such as the lists of most popular hardware andbrowsers for example.

The system scan itself is the same as used in all Futuremark products, such as 3DMark, PCMark, VirtualMark and the Game-o-Meter. It scans specifically for details of your PC’shardware: CPU model and speed, graphics card, memory, motherboard information and other components. It does not scan any of your files or installed programs, nor does it collect anypersonally identifiable information (PII). Read our privacy policy.

Peacekeeper will work with almost any modern web browser. To use our system scan feature that pairs your performance scorewith your system hardware details, you need to be running Windows with either Internet Explorer or a browser that has the Java-Plug-ininstalled.

These lists are compiled from data collected from the people who use Peacekeeper. Note that since the system scan is only available on Windows systems, the hardware related listsonly reflects scores obtained on Windows systems.

Currently, our system scan technology only works on Windows PCs. Without knowing the hardware details of a system, the performance score alone is not enough to create a list oftop scores.

The web is changing all the time and Peacekeeper will too. We want to hear your thoughts on how Peacekeeper could be improved. Peacekeeper has a dedicateddiscussion board on the Futuremark website where you can tell us your thoughts, getsupport or leave feedback. For product updates and news of new browsers youcan follow @FM_Peacekeeper on Twitter.

For business or press enquiries please email peacekeeper@futuremark.com


本文来自电脑杂谈,转载请注明本文网址:
http://www.pc-fly.com/a/tongxinshuyu/article-44363-1.html

    相关阅读
      发表评论  请自觉遵守互联网相关的政策法规,严禁发布、暴力、反动的言论

      • 薛逢
        薛逢

        一楼

      • 都艳冬
        都艳冬

        不然堂堂十四亿大国该何去何从

      • 蔡沅沅
        蔡沅沅

        我要去厕所哭了~哭完继续加班

      热点图片
      拼命载入中...