Benchmark for some miscellaneous operations.

Description | Download | Table of Contents | Modules | Compound List | File List | Functions


Overview
Compiler
Documentation
Examples
Misc
Help
IDE & Tools

Download
Install

Links
Projects






This program benchmarks the following operations:

  • Scanning of a single linked list,
  • Computing factorial using unsigned shorts or unsigned longs.

NameTimeTicks
Empty bench (correction) 8 us[17]
Single linked list init (100 elts) 5552 us[11105]
Scan list 100 elts 615 us[1230]
strlen const string 12 7 us[15]
strlen 12 111 us[222]
Source file: bench-misc.c

Description | Download | Table of Contents | Modules | Compound List | File List | Functions

    Last modified,
    Apr 16, 2001
[ Copying ]     [ Feedback to Stephane.Carrez@worldnet.fr ]