(name, options)
| 609 | } |
| 610 | |
| 611 | function measureTime(name, options) { |
| 612 | return devlow.measureTime(name, { |
| 613 | props: { |
| 614 | git_sha: GIT_SHA, |
| 615 | git_branch: GIT_BRANCH, |
| 616 | ...options?.props, |
| 617 | }, |
| 618 | ...options, |
| 619 | }) |
| 620 | } |
| 621 | |
| 622 | function reportMeasurement(name, value, unit, options) { |
| 623 | return devlow.reportMeasurement(name, value, unit, { |
no outgoing calls
no test coverage detected