当前位置:网站首页>性能调试 -- Chrome Performance
性能调试 -- Chrome Performance
2022-07-25 21:32:00 【InfoQ】
序
chromeperformance使用
F12Performance

ctrl + e
- 在最上层是界面渲染的概览部分,可以通过图片帧查看之前每一步的过程,时间精确到了毫秒。
- 性能面板:(这里由好几个部分的数据组成)
- Network 网络,这里我的例子中是没有的
- Frames帧
- Main 主要,主线程活动,是Performance工具中比较重要的部分,记录了渲染进程中主线程的执行记录,点击可以看到某个任务执行的具体情况
- Raster 光栅,用来让GPU执行光栅化的任务
- GPU,GPU进程主线程的执行过程记录,可以直观看到何时启动GPU加速
- 内存面板,可以看到过程中JS等内容所占用的内存曲线
- Summary 摘要,用来统计在检测性能的时间范围内,都做了什么事情

重排位置

绘制复合图层settimeoutfn1 fn3 fn2let f1 = ()=>{
console.log('fn1');
}
let f2 = ()=> {
setTimeout(() => {
console.log('fn2');
});
}
let f3 = ()=>{
console.log('fn3');
}
let fun = ()=>{
f1();
f2();
f3();
}

边栏推荐
- Optimization analysis of storage structure and IO performance of openharmony littlefs file system
- Intel base instruction -- bnd
- zigbee物联网开发平台(工业物联网)
- An interview question about concurrent reading and writing of map in golang
- cuda_ error_ out_ of_ Memory (out of memory)
- Blood spitting finishing nanny level series tutorial - playing Fiddler bag capturing tutorial (7) - Fiddler status panel -quickexec command line
- Basic method of black box (function) test
- What's special about Huawei's innovative solutions to consolidate the foundation of ERP for small and medium-sized enterprises?
- Rent two or three things
- 字节一面:TCP 和 UDP 可以使用同一个端口吗?
猜你喜欢

Reading the pointpillar code of openpcdet -- Part 3: Calculation of loss function

Decompile app

Job interviews are always a second kill? After reading the seckill system notes secretly stored by JD T8, I have given my knees

JMeter distributed pressure measurement

腾讯云数据库的可信可控之路

Sentinel vs Hystrix 限流对比,到底怎么选?

ONEFLOW V0.8.0 officially released

strcpy()

基于腾讯地图实现精准定位,实现微信小程序考勤打卡功能
![[manageengine]itsm application in retail industry](/img/25/e8d9a320c5d4b1cf2e187b61180991.png)
[manageengine]itsm application in retail industry
随机推荐
Pychart automatically enters the test mode when running the program
kali修改更新源(无法安全的用该源更新)
Apple estimates that iPhone will give up the Chinese market, and the Chinese industrial chain needs to consider living a hard life
C#Socket
Array of arm disassembly
Reading the pointpillar code of openpcdet -- Part 3: Calculation of loss function
CTS test steps (Casio cts200 test)
Research: more than 70% of doctors are still prescribing unsafe antibiotic drugs
How to evaluate hardware resources (number of CPUs, memory size) when Oracle migrates from small computers to x86 architecture? Is there a measurement index or company?
NVIDIA has opened source a comprehensive library of 3D deep learning based on pytorch
CV image flipping, emgucv image rotation "recommended collection"
[fiddlertx plug-in] use Fiddler to capture the package Tencent classroom video download (unable to capture the package solution)
一道golang中关于recover的面试题
基于腾讯地图实现精准定位,实现微信小程序考勤打卡功能
pyqt5使用pyqtgraph绘制多个Y值散点图
Programmer's Guide to health quenching 5: introduction to sports Basics
What's special about Huawei's innovative solutions to consolidate the foundation of ERP for small and medium-sized enterprises?
The noise reduction effect is increased by more than 6 times! With the microphone inside the headset, this wireless noise reduction headset is unusual!
GDB locates the main address of the program after strip
QT | learn about QT creator by creating a simple project