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
Unknown Object (File)
May 16 2024, 8:25 AM
Unknown Object (File)
Mar 7 2024, 6:37 PM
Unknown Object (File)
Feb 19 2024, 7:58 AM
Unknown Object (File)
Feb 14 2024, 10:23 PM
Unknown Object (File)
Feb 9 2024, 1:25 PM
Unknown Object (File)
Jan 12 2024, 7:54 AM
Unknown Object (File)
Dec 12 2023, 12:39 PM
Unknown Object (File)
Sep 24 2023, 6:24 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