Closed
Bug 98222
Opened 24 years ago
Closed 24 years ago
Call to ToLowerCase() seems to be expensive.
Categories
(Core :: Internationalization, defect)
Tracking
()
People
(Reporter: harishd, Assigned: ftang)
Details
(Keywords: perf)
Sample quantify run loading about:blank.
Function:
nsCharsetAlias2::GetPreferred
Calls:
414
Function time: 38.83 usec (0.00% of Focus)
F+D time: 840,726.55 usec (0.06% of Focus)
Avg F time: 0.09 usec
Min F time: 0.09 usec
Max F time: 0.18 usec
Module:
y:\mozilla\dist\WIN32_O.OBJ\bin\components\uconv.dll
Source File: y:\mozilla\intl\uconv\src\nsCharsetAliasImp.cpp
Measurement:
Line
Hidden functions: (None)
source:
NS_IMETHODIMP nsCharsetAlias2::GetPreferred(const nsString& aAlias, nsString&
oResult)
{
nsAutoString aKey;
aAlias.ToLowerCase(aKey);
Comment 1•24 years ago
|
||
ftang: can we remove the ToLowCase()? What are the implications?
=== assigning to ftang and cc'ing yokoyama ==============
Assignee: yokoyama → ftang
Summary: Call to ToLowerCase() seems to be expensive. → Call to ToLowerCase() seems to be expensive.
| Assignee | ||
Comment 2•24 years ago
|
||
*** This bug has been marked as a duplicate of 96529 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Comment 3•24 years ago
|
||
Verified as such. Please reopen in case someone diagrees.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•