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)
Dec 1 2024, 3:35 AM
Unknown Object (File)
Nov 24 2024, 2:54 PM
Unknown Object (File)
Nov 21 2024, 3:05 PM
Unknown Object (File)
Nov 21 2024, 8:13 AM
Unknown Object (File)
Oct 18 2024, 8:29 PM
Unknown Object (File)
Sep 18 2024, 3:16 AM
Unknown Object (File)
Sep 17 2024, 4:08 AM
Unknown Object (File)
Sep 16 2024, 12:20 PM
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