Coder Social home page Coder Social logo

pqbench_linux's Introduction

PQBench_Linux

Simple benchmark which benches your single-core CPU performance using the pq-formula.

Compilation and installation

I am not responsible for any hardware damage, you run this programm on your own risk!

PQBench can be compiled with level 3 optimization using the g++ compiler on linux:

$ g++ -s -DNDEBUG -O3 mainpqthread.cpp -o pqbench

And installed by moving the executable into the bin folder:

$ sudo mv pqbench /bin/pqbench

Or alternatively just run directly in the compilation folder:

$ ./pqbench

Features

PQBench provides following parameters:

-t, 	--time

-cs, 	--check-status

-oc,	--overclocking

-h	--help

Explaination

-t, 	--time (Default active parameter)

Measures the time that has been taken to to make 5*10^10 calculations. The results are displayed in milliseconds, seconds and calculations per millisecond.

-cs, 	--check-status

The --check-status parameter can be used to verify the benchmark is running and not freezing. NOTE: Due to an extra thread running in the background, I recommand to use -t for proper benching.

-oc,	--overclocking

This parameter can be used for realtime overclocking. It displays calculations per second in realtime and these will change during changing any CPU properties (e.g. CPU frequency). NOTE: Due to extra threads running in the background, I recommand to use -t for resonable results (after messing around with your CPU).

-h	--help

It's the --help parameter, what do you expect.

PQBench (testphase) by ZombiDebugWall
Usage: pqbench [parameter]
-t, 	--time				Measures time and calculations per ms [DEFAULT]

-cs, 	--check-status			Shows if test is running properly or freezing
					NOTE: This parameter might reduce performance (Use -t for proper performance testing)

-oc,	--overclocking			This parameter measures calculations per second in realtime, made for realtime overclocking
					NOTE: This parameter will reduce performance due to realtime measurements (Again, use -t for proper performance testing)

-h	--help				print this message

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.