-
-
Notifications
You must be signed in to change notification settings - Fork 10.7k
Open
Labels
branch: 3.0Merge to openssl-3.0 branchMerge to openssl-3.0 branchbranch: 3.1Merge to openssl-3.1Merge to openssl-3.1branch: 3.2Merge to openssl-3.2Merge to openssl-3.2branch: masterMerge to master branchMerge to master branchinactivetriaged: bugThe issue/pr is/fixes a bugThe issue/pr is/fixes a bugtriaged: featureThe issue/pr requests/adds a featureThe issue/pr requests/adds a featuretriaged: performanceThe issue/pr reports/fixes a performance concernThe issue/pr reports/fixes a performance concern
Description
I tried to profile the example from #16540
We spend ~20% of time in various lock/unlock functions.
Also we spend ~20% of time in ossl_parse_property
. It may partially overlap with lock/unlock but looks like a hotspot to me.
Also various ossl_tolower
and ossl_ctype_check
use 6-7%.
tekumara
Metadata
Metadata
Assignees
Labels
branch: 3.0Merge to openssl-3.0 branchMerge to openssl-3.0 branchbranch: 3.1Merge to openssl-3.1Merge to openssl-3.1branch: 3.2Merge to openssl-3.2Merge to openssl-3.2branch: masterMerge to master branchMerge to master branchinactivetriaged: bugThe issue/pr is/fixes a bugThe issue/pr is/fixes a bugtriaged: featureThe issue/pr requests/adds a featureThe issue/pr requests/adds a featuretriaged: performanceThe issue/pr reports/fixes a performance concernThe issue/pr reports/fixes a performance concern
Type
Projects
Status
Refine