Page MenuHomeFreeBSD

Remove CRYPTO_TIMING.
ClosedPublic

Authored by markj on Jun 26 2020, 2:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 16, 3:10 AM
Unknown Object (File)
Mon, Oct 13, 11:50 AM
Unknown Object (File)
Fri, Oct 10, 2:11 PM
Unknown Object (File)
Tue, Sep 30, 4:20 AM
Unknown Object (File)
Wed, Sep 24, 9:33 AM
Unknown Object (File)
Sat, Sep 20, 1:01 PM
Unknown Object (File)
Sep 16 2025, 4:21 AM
Unknown Object (File)
Sep 16 2025, 1:34 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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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
329 ↗(On Diff #73692)

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.