Closed
Bug 36917
Opened 25 years ago
Closed 25 years ago
MOZ_PERF and MOZ_PERF_METRICS
Categories
(SeaMonkey :: Build Config, defect, P3)
Tracking
(Not tracked)
People
(Reporter: ianholsman, Assigned: cls)
Details
MOZ_PERF is checked in 3 makefiles to see whether to including the stopwatch
code.
unfortunatly it is never set in configure..
I think it should be checking MOZ_PERF_METRICS
problem files are:
./htmlparser/src/Makefile.in:ifdef MOZ_PERF
./layout/build/Makefile.in:ifdef MOZ_PERF
./webshell/src/Makefile.in:ifdef MOZ_PERF
*** This bug has been marked as a duplicate of 27335 ***
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•