当前位置:网站首页>Performance debugging -- chrome performance
Performance debugging -- chrome performance
2022-07-25 21:38:00 【InfoQ】
order
chromeperformanceUse
F12Performance

ctrl + e
- At the top is the overview of interface rendering , You can view the process of each step before through the picture frame , The time is accurate to milliseconds .
- Performance panel :( There are several parts of data here )
- Network The Internet , There is nothing in my example here
- Frames frame
- Main The main , Main thread activity , yes Performance The more important part of the tool , Records the execution record of the main thread in the rendering process , Click to see the specific implementation of a task
- Raster grating , Used to make GPU Perform rasterization tasks
- GPU,GPU The execution process record of the main thread of the process , You can visually see when to start GPU Speed up
- Memory panel , You can see the process JS And so on
- Summary Abstract , It is used to count the time range of detection performance , What has been done

Rearrange position

draw Compound Layer settimeoutfn1 fn3 fn2let f1 = ()=>{
console.log('fn1');
}
let f2 = ()=> {
setTimeout(() => {
console.log('fn2');
});
}
let f3 = ()=>{
console.log('fn3');
}
let fun = ()=>{
f1();
f2();
f3();
}

边栏推荐
- 【面试:并发篇24:多线程:综合练习】顺序控制
- 【Redis底层解析】链表类型
- CV image flipping, emgucv image rotation "recommended collection"
- JMeter distributed pressure measurement
- Research: more than 70% of doctors are still prescribing unsafe antibiotic drugs
- Zero basic learning canoe panel (17) -- panel CAPL function
- 【面试:并发篇25:多线程:volatile】可见性
- 【C语言入门】ZZULIOJ 1016-1020
- [introduction to C language] zzulioj 1016-1020
- Blood spitting finishing nanny level series tutorial - playing Fiddler bag capturing tutorial (7) - Fiddler status panel -quickexec command line
猜你喜欢

strcpy()

ORIGYN基金会正式启动$OGY Staking,引领新一轮生态利好
![[ManageEngine] value brought by Siem to enterprises](/img/1e/56d64d193e0428523418bef5e98866.png)
[ManageEngine] value brought by Siem to enterprises

人脸与关键点检测:YOLO5Face实战

Zero basic learning canoe panel (17) -- panel CAPL function

2022 latest examination questions and answers of eight members (standard staff) of Shanghai Architecture

Creation and destruction of function stack frames

零基础学习CANoe Panel(17)—— Panel CAPL Function

Pyg tutorial (8): calculate a more efficient sparse matrix form

Interface testing tool restlet client
随机推荐
Mysql8.0 MHA to achieve high availability "MHA"
cts测试步骤(卡西欧cts200测试)
How to store pictures in the database "suggested collection"
The inexplicability of Intel disassembly
Oracle RAC RMAN backup error ora-19501 ora-15081
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?
When MySQL imports data, it has been changed to CSV utf8 file and the file name is English. Why does it still fail to import
On Web Performance Optimization (1)
How to automatically generate short chains? How to generate links with UTM parameters online in batches?
Does the open source agreement have legal effect?
Unity Metaverse(二)、Mixamo & Animator 混合树与动画融合
My heart's broken! After being cheated by 30000, a 16-year-old girl was unconvinced and cheated by 50000
黑盒(功能)测试基本方法
【Redis底层解析】字符串类型
大厂面试官:千万级数据量的表,如何进行快速查询?
FAW red flag "King fried" is listed, which is safe and comfortable
Research: more than 70% of doctors are still prescribing unsafe antibiotic drugs
Special symbols in shell
Trusted and controllable way of Tencent cloud database
Zero basic learning canoe panel (17) -- panel CAPL function