Open Bug 1273080 Opened 8 years ago Updated 2 years ago

"EventDispatcher::Dispatch" spent more time for the action "Select All"

Categories

(Core :: General, defect)

45 Branch
defect

Tracking

()

People

(Reporter: cynthiatang, Unassigned)

References

Details

Refer to Bug 1269953

# Test Case
 1. Launch the browser with blank page
 2. Input the google doc url with 1 pages table content
    https://goo.gl/ASWnsK
 3. Select all objects
 4. Delete all objects
 5. Close the browser

# Try to identify the time for the action "Select All". 
You can see profilerMark_3(): 49998 - 49467 = 531 ms

Profiler: https://goo.gl/z6NzWC

From Gecko Profiling data, the Range [49457, 50008]:
 550  100.0% Startup::XRE_Main
 407   74.0% ├─ nsViewManager::DispatchEvent
 401   72.9% │  ├─ EventDispatcher::Dispatch
             │  └─ ...so on
             └─ ...so on
Blocks: 1269953
Blocks: 1269674
Blocks: 1269665
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.