Page MenuHomeFreeBSD

Remove CRYPTO_TIMING.
ClosedPublic

Authored by markj on Jun 26 2020, 2:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 2, 3:34 AM
Unknown Object (File)
Sat, Mar 28, 7:33 AM
Unknown Object (File)
Fri, Mar 13, 8:28 AM
Unknown Object (File)
Feb 28 2026, 1:25 AM
Unknown Object (File)
Feb 27 2026, 7:23 PM
Unknown Object (File)
Feb 27 2026, 3:29 PM
Unknown Object (File)
Feb 27 2026, 8:26 AM
Unknown Object (File)
Feb 26 2026, 1:16 AM
Subscribers

Details

Summary

It was added a very long time ago. It is single-threaded, so only
really useful for basic measurements, and in the meantime we've gotten
some more sophisticated profiling tools.

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 31987
Build 29534: arc lint + arc unit

Event Timeline

markj requested review of this revision.Jun 26 2020, 2:53 PM
markj created this revision.
This revision is now accepted and ready to land.Jun 26 2020, 4:19 PM
jhb added inline comments.
sys/opencrypto/cryptodev.h
328–329

Can this be removed as well?

markj marked an inline comment as done.

Remove the definition of struct cryptotstat as well.

This revision now requires review to proceed.Jun 26 2020, 7:19 PM
This revision is now accepted and ready to land.Jun 26 2020, 7:28 PM
This revision was automatically updated to reflect the committed changes.