Record execution time and log it #86

Merged
pfm merged 1 commits from 84-measure-time into master 2022-06-02 23:44:58 +02:00
Collaborator

After each execution, log an entry with information about total seconds from
the start to the end of execution and the value returned by
time.process_time() function, which returns:

sum of the kernel and user-space CPU time

according to the documentation.

This feature can be used to collect stats about Lacre performance.

After each execution, log an entry with information about total seconds from the start to the end of execution and the value returned by time.process_time() function, which returns: sum of the kernel and user-space CPU time according to the documentation. This feature can be used to collect stats about Lacre performance.
pfm added 1 commit 2022-06-02 23:44:32 +02:00
251e6d1270 Record execution time and log it
After each execution, log an entry with information about total seconds from
the start to the end of execution and the value returned by
time.process_time() function, which returns:

	sum of the kernel and user-space CPU time

according to the documentation.

This feature can be used to collect stats about Lacre performance.
pfm merged commit c4781f2ac8 into master 2022-06-02 23:44:58 +02:00
pfm deleted branch 84-measure-time 2022-06-02 23:44:58 +02:00
Sign in to join this conversation.
No description provided.