Bug 467036

Summary: Add time cost statistics for Regtest
Product: [Developer tools] valgrind Reporter: JojoR <rjiejie>
Component: generalAssignee: Julian Seward <jseward>
Status: RESOLVED FIXED    
Severity: normal CC: mark, pjfloyd, rjiejie
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Other   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: 0001-Regtest-add-time-cost-statistics.patch

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