Download List

Descripción del Proyecto

cbench is a compiler benchmark utility that was
implemented to measure the effect of using
different compilers, compile time flags, and
runtime libraries on a set of synthetic micro-
benchmarks of C/C++ code. The set of small
benchmarks is easily extended.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-05-01 08:24
1.1.5

Numerosas mejoras importantes.
Tags: Major feature enhancements
Numerous major enhancements.

2002-10-26 17:52
0.5

Este lanzamiento hace que el trabajo cbench con gcc-3.2, por lo que se puede comparar en términos de rendimiento con mayores CMR.
Tags: Minor feature enhancements
This release makes cbench work with gcc-3.2, so it can be compared in
terms of performance with older gccs.

2002-06-13 02:57
0.4.1

Nuevos puntos de referencia para las microempresas y las funciones de expresiones regulares sencillas glibc (sscanf, cos, sqrt, hypot, y Rand).
Tags: Minor feature enhancements
New micro benchmarks for regex and simpler glibc functions (sscanf, cos, sqrt, hypot, and rand).

2002-06-11 04:03
0.4

Para esta versión, se han añadido puntos de referencia más micro. La atención se centró en los puntos de referencia de código en C (como strpbrk, isalpha, y strftime) y las operaciones flotantes (como el pecado y el suelo). Un error en la presentación de informes HTML fue corregido.
Tags: Minor feature enhancements
For this release, more micro benchmarks were added. The focus was on C code benchmarks (like strpbrk, isalpha, and strftime) and floating operations (like sin and floor). A bug in the HTML reporting was fixed.

2002-06-02 21:34
0.3

La fuente es ahora ordenados de una forma que permite a un compilador de C para compilar los puntos de referencia C y pasar por alto el de C + + puntos de referencia. Algunos puntos de referencia se han añadido nuevas características de micro, incluidas las llamadas funciones recursivas, y la creación e iterar sobre un SLIST. (SLIST es ampliamente disponible, pero no-estándar a la extensión de STL).
Tags: Minor feature enhancements
The source is now sorted in a way that allows a C
compiler to compile the C benchmarks and ignore
the C++ benchmarks. Some new micro benchmarks were
added, including recursive functions calls, and
creating and iterating over a slist. (slist is a
widely available, but non-standard extension to
the STL.)

Project Resources