Performance statistics: add JSON file storage support.
[e-mobility-charging-stations-simulator.git] / src / utils / PerformanceStatistics.ts
2021-08-25  Jérôme BenoitPerformance statistics: add JSON file storage support.
2021-08-21  Jérôme BenoitFix sonarcloud bugs report.
2021-08-15  Jérôme BenoitSpecify the copyright author on some files where change...
2021-08-15  Jérôme BenoitAdd 95th percentile to performance statistics
2021-08-15  Jérôme BenoitClear performance mark after usage.
2021-08-14  Jérôme BenoitFix performance statistics handling at charging station...
2021-08-13  Jérôme BenoitEnsure performance statistics is started before connect...
2021-08-13  Jérôme BenoitAdd support for performance statistics for all requests...
2021-08-13  Jérôme BenoitEncapsulate performance init code in the same class.
2021-08-12  Jérôme BenoitSimplify performance measurement API
2021-08-12  Jérôme BenoitCleanups: performance statistics, URI handling.
2021-07-22  Jérôme BenoitMerge branch 'master' of github.wdf.sap.corp:E-Mobility...
2021-05-31  Jérôme BenoitRefine some logs level.
2021-05-19  Calin CreceaMerge branch 'master' of https://github.wdf.sap.corp...
2021-05-17  Jérôme BenoitCode cleanups
2021-05-14  Jérôme BenoitUse the circular array new constructor signature.
2021-05-05  Jérôme BenoitCleanups and dependency update.
2021-05-02  Jérôme Benoitsrc/utils/PerformanceStatistics.ts: Use commands enum
2021-05-02  Jérôme BenoitFix heartbeat start + cleanups.