D Language Foundation April 2023 Quarterly Meeting Summary
Steven Schveighoffer
schveiguy at gmail.com
Fri Apr 28 16:25:03 UTC 2023
On 4/28/23 11:42 AM, jmh530 wrote:
> 2) It would be cool to have a built-in way to profile unittests by
> module. So for instance, the output would be how long it took the unit
> tests to run, broken out by module and then with a total.
This is a runtime thing. You can customize it:
https://dlang.org/phobos/core_runtime.html#.Runtime.extendedModuleUnitTester
-Steve
More information about the Digitalmars-d-announce
mailing list