Paul Floyd 708d0eb6b4 Regtest: fixes for callgrind tests referring to cachegrind reference files
cachegrind/tests/cgout-test was renamed to ann1.cgout but the
two tests in callgrind that use it weren't updated.
2023-04-02 10:12:17 +02:00

50 lines
2.5 KiB
Plaintext

--------------------------------------------------------------------------------
Profile data file '../../cachegrind/tests/ann1.cgout'
--------------------------------------------------------------------------------
I1 cache: 32768 B, 64 B, 8-way associative
D1 cache: 32768 B, 64 B, 8-way associative
LL cache: 19922944 B, 64 B, 19-way associative
Profiled target: ./a.out
Events recorded: Ir I1mr ILmr Dr D1mr DLmr Dw D1mw DLmw
Events shown: Dw Dr Ir
Event sort order: Dr
Thresholds: 99
Include dirs: ../../cachegrind/tests/
User annotated:
Auto-annotation: on
--------------------------------------------------------------------------------
Dw Dr Ir
--------------------------------------------------------------------------------
18,005 (100.0%) 4,057,955 (100.0%) 5,229,753 (100.0%) PROGRAM TOTALS
--------------------------------------------------------------------------------
Dw Dr Ir file:function
--------------------------------------------------------------------------------
3 ( 0.02%) 4,000,004 (98.57%) 5,000,015 (95.61%) a.c:main
4,543 (25.23%) 17,566 ( 0.43%) 47,993 ( 0.92%) /build/glibc-OTsEL5/glibc-2.27/elf/dl-lookup.c:do_lookup_x
--------------------------------------------------------------------------------
-- Auto-annotated source: ../../cachegrind/tests/ + a.c
--------------------------------------------------------------------------------
Dw Dr Ir
1 ( 0.01%) 0 2 ( 0.00%) int main(void) {
1 ( 0.01%) 0 1 ( 0.00%) int z = 0;
1 ( 0.01%) 2,000,001 (49.29%) 3,000,004 (57.36%) for (int i = 0; i < 1000000; i++) {
0 2,000,000 (49.29%) 2,000,000 (38.24%) z += i;
. . . }
0 1 ( 0.00%) 6 ( 0.00%) return z % 256;
0 2 ( 0.00%) 2 ( 0.00%) }
--------------------------------------------------------------------------------
The following files chosen for auto-annotation could not be found:
--------------------------------------------------------------------------------
/build/glibc-OTsEL5/glibc-2.27/elf/dl-lookup.c
--------------------------------------------------------------------------------
Dw Dr Ir
--------------------------------------------------------------------------------
3 ( 0.02%) 4,000,004 (98.57%) 5,000,015 (95.61%) events annotated