search for: test_suite_collect_stats

Displaying 3 results from an estimated 3 matches for "test_suite_collect_stats".

2017 Jul 04
2
Performance metrics with LLVM
Dear all, I wanted to gather LLVM statistics with lnt and found a nice flag, but am unsure how such statistics can be made available in the LNT web interface. --cmake-define=TEST_SUITE_COLLECT_STATS=ON which allows me to gather all the LLVM "-stats" output. On top of this I see that the LNT cmake test-suite also dumps code-size statistics when running, that look as follows: size: 10848 size..bss: 48 size..comment: 218 size..ctors: 16 size..data: 4 size..dtors: 16 size..dynam...
2017 Jul 04
1
Performance metrics with LLVM
...ul 2017, at 08:27, Tobias Grosser <tobias.grosser at inf.ethz.ch<mailto:tobias.grosser at inf.ethz.ch>> wrote: Dear all, I wanted to gather LLVM statistics with lnt and found a nice flag, but am unsure how such statistics can be made available in the LNT web interface. --cmake-define=TEST_SUITE_COLLECT_STATS=ON which allows me to gather all the LLVM "-stats" output. On top of this I see that the LNT cmake test-suite also dumps code-size statistics when running, that look as follows: size: 10848 size..bss: 48 size..comment: 218 size..ctors: 16 size..data: 4 size..dtors: 16 size..dynamic: 416...
2017 Jul 05
2
Performance metrics with LLVM
...ailto:tobias.grosser at inf.ethz.ch>> wrote: >> >> Dear all, >> >> I wanted to gather LLVM statistics with lnt and found a nice flag, but >> am unsure how such statistics can be made available in the LNT web >> interface. >> >> --cmake-define=TEST_SUITE_COLLECT_STATS=ON >> >> which allows me to gather all the LLVM "-stats" output. On top of this I >> see that the LNT cmake test-suite also dumps code-size statistics when >> running, that look as follows: >> >> size: 10848 >> size..bss: 48 >> size..comme...