refactor(simulator): factor out statistic helpers
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 29 May 2023 13:08:56 +0000 (15:08 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 29 May 2023 13:08:56 +0000 (15:08 +0200)
commit4884b8d37eebb90a39a8295f1b61cf822dcf0869
treee0f81a4813db383248569fd71bbf7e8354e982b3
parentacf727c70f6f0f63fc0aef528423e52553445ed3
refactor(simulator): factor out statistic helpers

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/performance/PerformanceStatistics.ts
src/utils/StatisticUtils.ts [new file with mode: 0644]
src/utils/Utils.ts
src/utils/index.ts
test/utils/CircularArrayTest.ts
test/utils/StatisticUtilsTest.ts [new file with mode: 0644]
test/utils/UtilsTest.ts