Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.188.80.46
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
node_modules /
chrome-trace-event /
Delete
Unzip
Name
Size
Permission
Date
Action
dist
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
CHANGES.md
373
B
-rw-rw-r--
2022-08-30 11:49
LICENSE.txt
1.08
KB
-rw-rw-r--
2022-08-30 11:49
README.md
893
B
-rw-rw-r--
2022-08-30 11:49
package.json
831
B
-rw-rw-r--
2022-08-30 11:49
Save
Rename
[](https://travis-ci.org/samccone/chrome-trace-event) chrome-trace-event: A node library for creating trace event logs of program execution according to [Google's Trace Event format](https://docs.google.com/document/d/1CvAClvFfyA5R-PhYUmn5OOQtYMH4h6I0nSsKchNAySU). These logs can then be visualized with [trace-viewer](https://github.com/google/trace-viewer) or chrome devtools to grok one's programs. # Install npm install chrome-trace-event # Usage ```javascript const Trace = require("chrome-trace-event").Tracer; const trace = new Trace({ noStream: true }); trace.pipe(fs.createWriteStream(outPath)); trace.flush(); ``` # Links * https://github.com/google/trace-viewer/wiki * https://docs.google.com/document/d/1CvAClvFfyA5R-PhYUmn5OOQtYMH4h6I0nSsKchNAySU # License MIT. See LICENSE.txt.