|
This program benchmarks the following operations:
- Scanning of a single linked list,
- Computing factorial using unsigned shorts or unsigned longs.
Name | Time | Ticks |
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
|
|