Values.CalculationStatisticsSourceContains statistics for a notebook calculation.
type nonrec t = {dpuExecutionInMillis : Long.t option;The data processing unit execution time in milliseconds for the calculation.
*)progress : DescriptionString.t option;The progress of the calculation.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Long of Long.t | `String of DescriptionString.t ]) list ]