Skip to content

Instantly share code, notes, and snippets.

@SunXiaoShan
Created December 26, 2019 01:08
Show Gist options
  • Save SunXiaoShan/64e196a116f40eedd59fb3c7f3c8aac7 to your computer and use it in GitHub Desktop.
Save SunXiaoShan/64e196a116f40eedd59fb3c7f3c8aac7 to your computer and use it in GitHub Desktop.
{
"traceEvents": [
{
"pid": 1,
"tid": 0,
"ph": "X",
"ts": 3767,
"dur": 60732,
"name": "Module Load",
"args": {
"detail": "UIKit"
}
},
{
"pid": 1,
"tid": 0,
"ph": "X",
"ts": 3219,
"dur": 63017,
"name": "Source",
"args": {
"detail": "/Users/huangyinxi/Desktop/Performance/Performance/ViewController.h"
}
},
{
"pid": 1,
"tid": 0,
"ph": "X",
"ts": 2511,
"dur": 73313,
"name": "Frontend",
"args": {
"detail": ""
}
},
{
"pid": 1,
"tid": 0,
"ph": "X",
"ts": 77518,
"dur": 505,
"name": "RunPass",
"args": {
"detail": "Expand Atomic instructions"
}
},
{
"pid": 1,
"tid": 0,
"ph": "X",
"ts": 77518,
"dur": 571,
"name": "OptFunction",
"args": {
"detail": "\u0001-[ViewController viewDidLoad]"
}
},
{
"pid": 1,
"tid": 0,
"ph": "X",
"ts": 77517,
"dur": 572,
"name": "OptModule",
"args": {
"detail": "/Users/huangyinxi/Desktop/Performance/Performance/ViewController.m"
}
},
{
"pid": 1,
"tid": 0,
"ph": "X",
"ts": 78109,
"dur": 710,
"name": "RunPass",
"args": {
"detail": "X86 DAG->DAG Instruction Selection"
}
},
{
"pid": 1,
"tid": 0,
"ph": "X",
"ts": 78092,
"dur": 1046,
"name": "OptFunction",
"args": {
"detail": "\u0001-[ViewController viewDidLoad]"
}
},
{
"pid": 1,
"tid": 0,
"ph": "X",
"ts": 78091,
"dur": 1047,
"name": "OptModule",
"args": {
"detail": "/Users/huangyinxi/Desktop/Performance/Performance/ViewController.m"
}
},
{
"pid": 1,
"tid": 0,
"ph": "X",
"ts": 77363,
"dur": 2224,
"name": "OptModule",
"args": {
"detail": "/Users/huangyinxi/Desktop/Performance/Performance/ViewController.m"
}
},
{
"pid": 1,
"tid": 0,
"ph": "X",
"ts": 76328,
"dur": 3508,
"name": "Backend",
"args": {
"detail": ""
}
},
{
"pid": 1,
"tid": 0,
"ph": "X",
"ts": 150,
"dur": 80290,
"name": "ExecuteCompiler",
"args": {
"detail": ""
}
},
{
"pid": 1,
"tid": 1,
"ph": "X",
"ts": 0,
"dur": 80290,
"name": "Total ExecuteCompiler",
"args": {
"count": 1,
"avg ms": 80
}
},
{
"pid": 1,
"tid": 2,
"ph": "X",
"ts": 0,
"dur": 73313,
"name": "Total Frontend",
"args": {
"count": 1,
"avg ms": 73
}
},
{
"pid": 1,
"tid": 3,
"ph": "X",
"ts": 0,
"dur": 63017,
"name": "Total Source",
"args": {
"count": 1,
"avg ms": 63
}
},
{
"pid": 1,
"tid": 4,
"ph": "X",
"ts": 0,
"dur": 60732,
"name": "Total Module Load",
"args": {
"count": 1,
"avg ms": 60
}
},
{
"pid": 1,
"tid": 5,
"ph": "X",
"ts": 0,
"dur": 3508,
"name": "Total Backend",
"args": {
"count": 1,
"avg ms": 3
}
},
{
"pid": 1,
"tid": 6,
"ph": "X",
"ts": 0,
"dur": 2255,
"name": "Total OptModule",
"args": {
"count": 2,
"avg ms": 1
}
},
{
"pid": 1,
"tid": 7,
"ph": "X",
"ts": 0,
"dur": 1621,
"name": "Total OptFunction",
"args": {
"count": 3,
"avg ms": 0
}
},
{
"pid": 1,
"tid": 8,
"ph": "X",
"ts": 0,
"dur": 1601,
"name": "Total RunPass",
"args": {
"count": 49,
"avg ms": 0
}
},
{
"pid": 1,
"tid": 9,
"ph": "X",
"ts": 0,
"dur": 144,
"name": "Total Module LoadIndex",
"args": {
"count": 1,
"avg ms": 0
}
},
{
"pid": 1,
"tid": 10,
"ph": "X",
"ts": 0,
"dur": 2,
"name": "Total PerformPendingInstantiations",
"args": {
"count": 1,
"avg ms": 0
}
},
{
"cat": "",
"pid": 1,
"tid": 0,
"ts": 0,
"ph": "M",
"name": "process_name",
"args": {
"name": "clang"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment