Bug 467036 - Add time cost statistics for Regtest
Summary: Add time cost statistics for Regtest
Status: RESOLVED FIXED
Alias: None
Product: valgrind
Classification: Developer tools
Component: general (show other bugs)
Version: unspecified
Platform: Other Other
: NOR normal
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-08 02:01 UTC by JojoR
Modified: 2023-04-14 23:03 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
0001-Regtest-add-time-cost-statistics.patch (1013 bytes, application/mbox)
2023-03-08 02:01 UTC, JojoR
Details

Note You need to log in before you can comment on or make changes to this bug.
Description JojoR 2023-03-08 02:01:40 UTC
Created attachment 157099 [details]
0001-Regtest-add-time-cost-statistics.patch

This is a small improved patch for regtest,
some testers hope that valgrind could collect every test modules/dirs time costs
for helping resource evaluation :)
Comment 1 Mark Wielaard 2023-04-14 23:03:21 UTC
Nice idea. I did had to tweak the patch a bit to make the dashes match up again. Pushed as:

commit f7ddfc7cfd750978f405d7e2be8f76412fd1653d (HEAD -> master, origin/master, origin/HEAD)
Author: Mark Wielaard <mark@klomp.org>
Date:   Sat Apr 15 00:59:26 2023 +0200

    Regtest: add time cost statistics
    
    Add running time of each (sub) directory in seconds
    
    https://bugs.kde.org/show_bug.cgi?id=467036
    
    Contributed-by: Jojo R <rjiejie@linux.alibaba.com>

Thanks