Page MenuHomeFreeBSD

loader: ip: Do not call getsecs so much
ClosedPublic

Authored by manu on Dec 13 2021, 10:48 AM.
Tags
None
Referenced Files
F154910408: D33408.id99914.diff
Wed, Apr 29, 11:43 PM
Unknown Object (File)
Mon, Apr 27, 8:46 PM
Unknown Object (File)
Fri, Apr 17, 9:35 AM
Unknown Object (File)
Thu, Apr 16, 1:38 AM
Unknown Object (File)
Sun, Apr 5, 4:01 AM
Unknown Object (File)
Thu, Apr 2, 7:03 AM
Unknown Object (File)
Wed, Apr 1, 2:36 AM
Unknown Object (File)
Mar 25 2026, 5:32 AM
Subscribers

Details

Summary

getsecs is very costly, reuse the values we got before.

Fetching a ~30MB kernel with the tftp command use to take ~26 seconds
and now it's ~18 seconds.

MFC after: 2 weeks
Sponsored by: Beckhoff Automation GmbH & Co. KG

Test Plan
x time-base
+ time-ip-nogetsecs
+-----------------------------------------------------------------------------------------------------------------------------+
| +                                                                                                                           |
| +                                                                                                                           |
| +                                                                                                                           |
| +                                                                                                                           |
|++                                                                                                                           |
|++                                                                                                                           |
|++                                           xxx   x   x x      x                         x  x                              x|
||A                                       |______________M__________A__________________________|                              |
+-----------------------------------------------------------------------------------------------------------------------------+
    N           Min           Max        Median           Avg        Stddev
x  10           104           193           116         128.9     29.856881
+  10            53            54            54          53.7    0.48304589
Difference at 95.0% confidence
	-75.2 +/- 19.8393
	-58.3398% +/- 6.41603%
	(Student's t, pooled s = 21.1148)

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable