mainC/C++ Program Perfometer - Summary

 
 
Membership Info
Group Admin:
1 active member

Group identification
Id: 5754
System Name: perfometer
Name: C/C++ Program Perfometer
Group Type: non-GNU software and documentation

This group is not part of the GNU Project.

The C/C++ Program Perfometer is tool for measuring comparative performance of the C/C++ code.

C/C++ Program Perfometer can be downloaded at
---------------------------------------------



Mailing List
------------



Newsgroup
---------




Tests' Raw Logs
---------------




BRIEF DESCRIPTION
-----------------
    The Perfometer enables to get performance
    of C/C++ program and separated pieces of code for arbitrary metrics
    (for instance : clocks, uclocks, rusage-metrics, metrics defined by user etc.).

    The measurement results are represented in detailed/summary reports.
    The detailed report holds results of individual tests,
    the summary report holds average cost and its analysis.
    The comparison results are represented in comparative tables
    for individual comparison groups.

    The user can set various parameters
    in order to control the measurement/comparison process :
    * measurement report and detailed measurement report flags,
    * total tests,
    * total iterations,
    * measurement scale,
    * confidence threshold.



TESTSUITES
----------
Currently the Perfometer contains the following testsuites
for measuring the comparative performance :


       Testsuites (Version 1.17)
       =========================
       - access to element
       - argument passing
       - argument passing (built-in types)
       - argument passing (containers-1)
       - argument passing (containers-2)
       - argument passing (containers-3)
       - calling functions : templated vs. non-templated
       - container performance (Stepanov & Stroustrup)
       - copying files : input to output
       - dynamic_cast vs. switch
       - endl vs. "\n", '\n' [! stdout/stderr > tmp]
       - exception handling vs. if-statement
       - find method vs. find algorithm
       - for-loop vs. for_each
       - for_each vs. transform
       - multiple inheritance vs. single inheritance
       - primitive operators
       - reading contents from file into one string
       - recursion vs. iteration vs. accumulate
       - str-functions vs. mem-functions (C)
       - string initialization (C vs. STL)
       - string length (C vs. STL)
       - string processing (C vs. STL)
       - stub tested functions
       - tech report : D1 - overhead of class operations
       - tech report : D3 - the Stepanov abstraction penalty benchmark
       - tech report : D4 - comparing function objects to function pointers
       + tech report : D5 - measuring the cost of synchronized I/O

The user can add his/her own testsuites.


MEASUREMENT SUMMARY RESULTS (SAMPLE)
------------------------------------

Registration Date: Wed 26 Nov 2003 05:12:46 AM UTC
License: GNU General Public License v2 or later
Development Status: 5 - Production/Stable

 

Latest News rss feed

No news found

Quick Overview
 Memberlist (1 member)

Communication Tools
 Mailing Lists (0 public mailing lists)

Back to the top

Powered by Savane 3.13-4b48.
Corresponding source code