-
Updated
Oct 11, 2020 - Rust
ssim
Here are 70 public repositories matching this topic...
-
Updated
Aug 21, 2020 - Python
-
Updated
Oct 27, 2020 - C++
-
Updated
Sep 12, 2020 - Python
-
Updated
Oct 7, 2020 - Python
-
Updated
Oct 9, 2020 - Python
-
Updated
Oct 29, 2020 - TypeScript
-
Updated
Jul 12, 2020 - C#
-
Updated
Sep 25, 2020 - Python
-
Updated
Oct 27, 2020 - Rust
-
Updated
Sep 4, 2020 - TypeScript
-
Updated
Oct 16, 2017 - Python
-
Updated
Dec 3, 2019 - Python
-
Updated
May 9, 2018 - C++
-
Updated
Oct 15, 2020 - Python
-
Updated
Oct 6, 2018 - Jupyter Notebook
-
Updated
May 13, 2020 - Python
-
Updated
Nov 30, 2019 - Python
-
Updated
May 24, 2020 - Python
-
Updated
Oct 8, 2018 - HTML
-
Updated
Jun 29, 2019 - Python
-
Updated
Mar 29, 2020 - Jupyter Notebook
-
Updated
Sep 14, 2020 - Python
-
Updated
May 26, 2020 - Python
-
Updated
Sep 23, 2020 - C
Improve this page
Add a description, image, and links to the ssim topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ssim topic, visit your repo's landing page and select "manage topics."


你好,根据我个人理解,app启动时间的测试,默认的黑盒标准一般是从click event触发开始。
请教一下根据report中的各类图表,首先要获取到精确的click event的时间戳t1,然后获取到界面加载完成的t2,这样就可以得到Δt
我这边打开Android的轨迹,这样点击时就会有一个圆点,可以用于辅助识别。
根据你的设计理念,如何根据图表分析得出app启动的时间呢?
谢谢。