mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
ccfb0ac94e
* Measure time of interpretation and store it in CommandExecutionResult. * Added parameters for passing in interpretation time for WriteService and LedgerWriter. * Code tidying. * Added CommitMetadata parameter to LedgerWriter. * Thread through interpretation time. Aggregate interpretation times for a batch. * Take max of interpretation times. * Calculate interpretation time in nanos. * Moved CommitMetadata into separate file. CHANGELOG_BEGIN CHANGELOG_END * Apply suggestions from code review Co-authored-by: Samir Talwar <samir.talwar@digitalasset.com> * Delegate deprecated methods to method with new signature. * Code tidying. * Suppress deprecation warnings. * Made interpretation cost optional in CommitMetadata. * Test that we populate interpretation time. * Code tidying. * Apply suggestions from code review Co-authored-by: Samir Talwar <samir.talwar@digitalasset.com> * Code tidying. * Some more tests. Do not return interpretation cost for a batch if it only contains non-transaction submissions. * Reformatted. * Reformatted. * Named arbitrary interpretation cost. * Reverted changes for BatchingLedgerWriter. * Always drop commit metadata for batches and don't report interpretation cost. * More specific expectations. * Include authorization check and blinding in interpretation time. Co-authored-by: Samir Talwar <samir.talwar@digitalasset.com> |
||
---|---|---|
.. | ||
src/main/scala/com/daml/ledger/participant/state/v1/metrics | ||
BUILD.bazel |