viztracer 1.0.4__cp310-cp310-win32.whl → 1.1.0__cp310-cp310-win32.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of viztracer might be problematic. Click here for more details.

Files changed (88) hide show
  1. viztracer/__init__.py +1 -1
  2. viztracer/code_monkey.py +10 -13
  3. viztracer/decorator.py +9 -12
  4. viztracer/event_base.py +2 -2
  5. viztracer/functree.py +7 -7
  6. viztracer/main.py +9 -13
  7. viztracer/modules/snaptrace.c +14 -12
  8. viztracer/modules/util.c +1 -5
  9. viztracer/modules/vcompressor/vc_dump.c +4 -24
  10. viztracer/modules/vcompressor/vcompressor.c +13 -13
  11. viztracer/patch.py +10 -6
  12. viztracer/report_builder.py +8 -8
  13. viztracer/snaptrace.cp310-win32.pyd +0 -0
  14. viztracer/snaptrace.pyi +8 -8
  15. viztracer/util.py +1 -2
  16. viztracer/vcompressor.cp310-win32.pyd +0 -0
  17. viztracer/viewer.py +5 -5
  18. viztracer/vizlogging.py +1 -2
  19. viztracer/vizplugin.py +3 -3
  20. viztracer/viztracer.py +16 -16
  21. viztracer/web_dist/index.html +1 -1
  22. viztracer/web_dist/service_worker.js +103 -1
  23. viztracer/web_dist/trace_processor +32 -31
  24. viztracer/web_dist/v52.0-6b9586def/assets/MaterialSymbolsOutlined.woff2 +0 -0
  25. viztracer/web_dist/v52.0-6b9586def/engine_bundle.js +3 -0
  26. viztracer/web_dist/v52.0-6b9586def/frontend_bundle.js +5495 -0
  27. viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/manifest.json +10 -8
  28. viztracer/web_dist/v52.0-6b9586def/perfetto.css +5737 -0
  29. viztracer/web_dist/v52.0-6b9586def/stdlib_docs.json +1 -0
  30. viztracer/web_dist/v52.0-6b9586def/trace_config_utils.wasm +0 -0
  31. viztracer/web_dist/{v47.0-02b2414d5/traceconv.wasm → v52.0-6b9586def/trace_processor.wasm} +0 -0
  32. viztracer/web_dist/v52.0-6b9586def/trace_processor_memory64.wasm +0 -0
  33. viztracer/web_dist/{v47.0-02b2414d5/trace_processor.wasm → v52.0-6b9586def/traceconv.wasm} +0 -0
  34. viztracer/web_dist/v52.0-6b9586def/traceconv_bundle.js +2 -0
  35. viztracer-1.1.0.dist-info/METADATA +316 -0
  36. viztracer-1.1.0.dist-info/RECORD +109 -0
  37. {viztracer-1.0.4.dist-info → viztracer-1.1.0.dist-info}/WHEEL +1 -1
  38. viztracer/web_dist/v47.0-02b2414d5/assets/._MaterialSymbolsOutlined.woff2 +0 -0
  39. viztracer/web_dist/v47.0-02b2414d5/assets/MaterialSymbolsOutlined.woff2 +0 -0
  40. viztracer/web_dist/v47.0-02b2414d5/engine_bundle.js +0 -3
  41. viztracer/web_dist/v47.0-02b2414d5/frontend_bundle.js +0 -4994
  42. viztracer/web_dist/v47.0-02b2414d5/perfetto.css +0 -5133
  43. viztracer/web_dist/v47.0-02b2414d5/traceconv_bundle.js +0 -2
  44. viztracer-1.0.4.dist-info/METADATA +0 -537
  45. viztracer-1.0.4.dist-info/RECORD +0 -107
  46. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/Roboto-100.woff2 +0 -0
  47. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/Roboto-300.woff2 +0 -0
  48. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/Roboto-400.woff2 +0 -0
  49. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/Roboto-500.woff2 +0 -0
  50. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/RobotoCondensed-Light.woff2 +0 -0
  51. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/RobotoCondensed-Regular.woff2 +0 -0
  52. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/RobotoMono-Regular.woff2 +0 -0
  53. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/brand.png +0 -0
  54. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/catapult_trace_viewer.html +0 -0
  55. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/catapult_trace_viewer.js +0 -0
  56. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/favicon.png +0 -0
  57. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/logo-128.png +0 -0
  58. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/logo-3d.png +0 -0
  59. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/rec_atrace.png +0 -0
  60. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/rec_battery_counters.png +0 -0
  61. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/rec_board_voltage.png +0 -0
  62. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/rec_cpu_coarse.png +0 -0
  63. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/rec_cpu_fine.png +0 -0
  64. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/rec_cpu_freq.png +0 -0
  65. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/rec_cpu_voltage.png +0 -0
  66. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/rec_frame_timeline.png +0 -0
  67. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/rec_ftrace.png +0 -0
  68. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/rec_gpu_mem_total.png +0 -0
  69. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/rec_java_heap_dump.png +0 -0
  70. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/rec_lmk.png +0 -0
  71. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/rec_logcat.png +0 -0
  72. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/rec_long_trace.png +0 -0
  73. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/rec_mem_hifreq.png +0 -0
  74. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/rec_meminfo.png +0 -0
  75. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/rec_native_heap_profiler.png +0 -0
  76. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/rec_one_shot.png +0 -0
  77. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/rec_profiling.png +0 -0
  78. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/rec_ps_stats.png +0 -0
  79. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/rec_ring_buf.png +0 -0
  80. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/rec_syscalls.png +0 -0
  81. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/rec_vmstat.png +0 -0
  82. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/scheduling_latency.png +0 -0
  83. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/vscode-icon.png +0 -0
  84. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/index.html +0 -0
  85. {viztracer-1.0.4.dist-info → viztracer-1.1.0.dist-info}/entry_points.txt +0 -0
  86. {viztracer-1.0.4.dist-info → viztracer-1.1.0.dist-info}/licenses/LICENSE +0 -0
  87. {viztracer-1.0.4.dist-info → viztracer-1.1.0.dist-info}/licenses/NOTICE.txt +0 -0
  88. {viztracer-1.0.4.dist-info → viztracer-1.1.0.dist-info}/top_level.txt +0 -0
@@ -1,537 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: viztracer
3
- Version: 1.0.4
4
- Summary: A debugging and profiling tool that can trace and visualize python code execution
5
- Author-email: Tian Gao <gaogaotiantian@hotmail.com>
6
- License: Apache License
7
- Version 2.0, January 2004
8
- http://www.apache.org/licenses/
9
-
10
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
11
-
12
- 1. Definitions.
13
-
14
- "License" shall mean the terms and conditions for use, reproduction,
15
- and distribution as defined by Sections 1 through 9 of this document.
16
-
17
- "Licensor" shall mean the copyright owner or entity authorized by
18
- the copyright owner that is granting the License.
19
-
20
- "Legal Entity" shall mean the union of the acting entity and all
21
- other entities that control, are controlled by, or are under common
22
- control with that entity. For the purposes of this definition,
23
- "control" means (i) the power, direct or indirect, to cause the
24
- direction or management of such entity, whether by contract or
25
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
26
- outstanding shares, or (iii) beneficial ownership of such entity.
27
-
28
- "You" (or "Your") shall mean an individual or Legal Entity
29
- exercising permissions granted by this License.
30
-
31
- "Source" form shall mean the preferred form for making modifications,
32
- including but not limited to software source code, documentation
33
- source, and configuration files.
34
-
35
- "Object" form shall mean any form resulting from mechanical
36
- transformation or translation of a Source form, including but
37
- not limited to compiled object code, generated documentation,
38
- and conversions to other media types.
39
-
40
- "Work" shall mean the work of authorship, whether in Source or
41
- Object form, made available under the License, as indicated by a
42
- copyright notice that is included in or attached to the work
43
- (an example is provided in the Appendix below).
44
-
45
- "Derivative Works" shall mean any work, whether in Source or Object
46
- form, that is based on (or derived from) the Work and for which the
47
- editorial revisions, annotations, elaborations, or other modifications
48
- represent, as a whole, an original work of authorship. For the purposes
49
- of this License, Derivative Works shall not include works that remain
50
- separable from, or merely link (or bind by name) to the interfaces of,
51
- the Work and Derivative Works thereof.
52
-
53
- "Contribution" shall mean any work of authorship, including
54
- the original version of the Work and any modifications or additions
55
- to that Work or Derivative Works thereof, that is intentionally
56
- submitted to Licensor for inclusion in the Work by the copyright owner
57
- or by an individual or Legal Entity authorized to submit on behalf of
58
- the copyright owner. For the purposes of this definition, "submitted"
59
- means any form of electronic, verbal, or written communication sent
60
- to the Licensor or its representatives, including but not limited to
61
- communication on electronic mailing lists, source code control systems,
62
- and issue tracking systems that are managed by, or on behalf of, the
63
- Licensor for the purpose of discussing and improving the Work, but
64
- excluding communication that is conspicuously marked or otherwise
65
- designated in writing by the copyright owner as "Not a Contribution."
66
-
67
- "Contributor" shall mean Licensor and any individual or Legal Entity
68
- on behalf of whom a Contribution has been received by Licensor and
69
- subsequently incorporated within the Work.
70
-
71
- 2. Grant of Copyright License. Subject to the terms and conditions of
72
- this License, each Contributor hereby grants to You a perpetual,
73
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
74
- copyright license to reproduce, prepare Derivative Works of,
75
- publicly display, publicly perform, sublicense, and distribute the
76
- Work and such Derivative Works in Source or Object form.
77
-
78
- 3. Grant of Patent License. Subject to the terms and conditions of
79
- this License, each Contributor hereby grants to You a perpetual,
80
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
81
- (except as stated in this section) patent license to make, have made,
82
- use, offer to sell, sell, import, and otherwise transfer the Work,
83
- where such license applies only to those patent claims licensable
84
- by such Contributor that are necessarily infringed by their
85
- Contribution(s) alone or by combination of their Contribution(s)
86
- with the Work to which such Contribution(s) was submitted. If You
87
- institute patent litigation against any entity (including a
88
- cross-claim or counterclaim in a lawsuit) alleging that the Work
89
- or a Contribution incorporated within the Work constitutes direct
90
- or contributory patent infringement, then any patent licenses
91
- granted to You under this License for that Work shall terminate
92
- as of the date such litigation is filed.
93
-
94
- 4. Redistribution. You may reproduce and distribute copies of the
95
- Work or Derivative Works thereof in any medium, with or without
96
- modifications, and in Source or Object form, provided that You
97
- meet the following conditions:
98
-
99
- (a) You must give any other recipients of the Work or
100
- Derivative Works a copy of this License; and
101
-
102
- (b) You must cause any modified files to carry prominent notices
103
- stating that You changed the files; and
104
-
105
- (c) You must retain, in the Source form of any Derivative Works
106
- that You distribute, all copyright, patent, trademark, and
107
- attribution notices from the Source form of the Work,
108
- excluding those notices that do not pertain to any part of
109
- the Derivative Works; and
110
-
111
- (d) If the Work includes a "NOTICE" text file as part of its
112
- distribution, then any Derivative Works that You distribute must
113
- include a readable copy of the attribution notices contained
114
- within such NOTICE file, excluding those notices that do not
115
- pertain to any part of the Derivative Works, in at least one
116
- of the following places: within a NOTICE text file distributed
117
- as part of the Derivative Works; within the Source form or
118
- documentation, if provided along with the Derivative Works; or,
119
- within a display generated by the Derivative Works, if and
120
- wherever such third-party notices normally appear. The contents
121
- of the NOTICE file are for informational purposes only and
122
- do not modify the License. You may add Your own attribution
123
- notices within Derivative Works that You distribute, alongside
124
- or as an addendum to the NOTICE text from the Work, provided
125
- that such additional attribution notices cannot be construed
126
- as modifying the License.
127
-
128
- You may add Your own copyright statement to Your modifications and
129
- may provide additional or different license terms and conditions
130
- for use, reproduction, or distribution of Your modifications, or
131
- for any such Derivative Works as a whole, provided Your use,
132
- reproduction, and distribution of the Work otherwise complies with
133
- the conditions stated in this License.
134
-
135
- 5. Submission of Contributions. Unless You explicitly state otherwise,
136
- any Contribution intentionally submitted for inclusion in the Work
137
- by You to the Licensor shall be under the terms and conditions of
138
- this License, without any additional terms or conditions.
139
- Notwithstanding the above, nothing herein shall supersede or modify
140
- the terms of any separate license agreement you may have executed
141
- with Licensor regarding such Contributions.
142
-
143
- 6. Trademarks. This License does not grant permission to use the trade
144
- names, trademarks, service marks, or product names of the Licensor,
145
- except as required for reasonable and customary use in describing the
146
- origin of the Work and reproducing the content of the NOTICE file.
147
-
148
- 7. Disclaimer of Warranty. Unless required by applicable law or
149
- agreed to in writing, Licensor provides the Work (and each
150
- Contributor provides its Contributions) on an "AS IS" BASIS,
151
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
152
- implied, including, without limitation, any warranties or conditions
153
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
154
- PARTICULAR PURPOSE. You are solely responsible for determining the
155
- appropriateness of using or redistributing the Work and assume any
156
- risks associated with Your exercise of permissions under this License.
157
-
158
- 8. Limitation of Liability. In no event and under no legal theory,
159
- whether in tort (including negligence), contract, or otherwise,
160
- unless required by applicable law (such as deliberate and grossly
161
- negligent acts) or agreed to in writing, shall any Contributor be
162
- liable to You for damages, including any direct, indirect, special,
163
- incidental, or consequential damages of any character arising as a
164
- result of this License or out of the use or inability to use the
165
- Work (including but not limited to damages for loss of goodwill,
166
- work stoppage, computer failure or malfunction, or any and all
167
- other commercial damages or losses), even if such Contributor
168
- has been advised of the possibility of such damages.
169
-
170
- 9. Accepting Warranty or Additional Liability. While redistributing
171
- the Work or Derivative Works thereof, You may choose to offer,
172
- and charge a fee for, acceptance of support, warranty, indemnity,
173
- or other liability obligations and/or rights consistent with this
174
- License. However, in accepting such obligations, You may act only
175
- on Your own behalf and on Your sole responsibility, not on behalf
176
- of any other Contributor, and only if You agree to indemnify,
177
- defend, and hold each Contributor harmless for any liability
178
- incurred by, or claims asserted against, such Contributor by reason
179
- of your accepting any such warranty or additional liability.
180
-
181
- END OF TERMS AND CONDITIONS
182
-
183
- APPENDIX: How to apply the Apache License to your work.
184
-
185
- To apply the Apache License to your work, attach the following
186
- boilerplate notice, with the fields enclosed by brackets "[]"
187
- replaced with your own identifying information. (Don't include
188
- the brackets!) The text should be enclosed in the appropriate
189
- comment syntax for the file format. We also recommend that a
190
- file or class name and description of purpose be included on the
191
- same "printed page" as the copyright notice for easier
192
- identification within third-party archives.
193
-
194
- Copyright [yyyy] [name of copyright owner]
195
-
196
- Licensed under the Apache License, Version 2.0 (the "License");
197
- you may not use this file except in compliance with the License.
198
- You may obtain a copy of the License at
199
-
200
- http://www.apache.org/licenses/LICENSE-2.0
201
-
202
- Unless required by applicable law or agreed to in writing, software
203
- distributed under the License is distributed on an "AS IS" BASIS,
204
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
205
- See the License for the specific language governing permissions and
206
- limitations under the License.
207
-
208
-
209
- ========================================================================
210
-
211
- VizTracer Subcomponents:
212
-
213
- VizTracer contains subcomponents with separate copyright notices and
214
- license terms. Your use of the source code for these subcomponents is
215
- also subject to the terms and conditions of the following licenses.
216
-
217
- BSD-3-Clause (src/viztracer/html/LICENSE):
218
-
219
- src/viztracer/html/trace_viewer_*.html
220
-
221
- Apache License V2 (src/viztracer/web_dist/LICENSE):
222
-
223
- src/viztracer/web_dist/*
224
-
225
- Eclipse Public License v1.0 (src/viztracer/attach_process/LICENSE)
226
-
227
- src/viztracer/attach_process/*
228
-
229
- Project-URL: Homepage, https://github.com/gaogaotiantian/viztracer
230
- Project-URL: Documentation, https://viztracer.readthedocs.io
231
- Classifier: Development Status :: 5 - Production/Stable
232
- Classifier: Programming Language :: Python :: 3.9
233
- Classifier: Programming Language :: Python :: 3.10
234
- Classifier: Programming Language :: Python :: 3.11
235
- Classifier: Programming Language :: Python :: 3.12
236
- Classifier: Programming Language :: Python :: 3.13
237
- Classifier: Intended Audience :: Developers
238
- Classifier: License :: OSI Approved :: Apache Software License
239
- Classifier: Operating System :: MacOS
240
- Classifier: Operating System :: POSIX :: Linux
241
- Classifier: Operating System :: Microsoft :: Windows
242
- Classifier: Topic :: Software Development :: Quality Assurance
243
- Classifier: Topic :: Software Development :: Bug Tracking
244
- Classifier: Topic :: System :: Logging
245
- Requires-Python: >=3.9
246
- Description-Content-Type: text/markdown
247
- License-File: LICENSE
248
- License-File: NOTICE.txt
249
- Requires-Dist: objprint>=0.3.0
250
- Provides-Extra: full
251
- Requires-Dist: orjson; extra == "full"
252
- Dynamic: license-file
253
-
254
- # VizTracer
255
-
256
- [![build](https://github.com/gaogaotiantian/viztracer/workflows/build/badge.svg)](https://github.com/gaogaotiantian/viztracer/actions?query=workflow%3Abuild) [![flake8](https://github.com/gaogaotiantian/viztracer/workflows/lint/badge.svg)](https://github.com/gaogaotiantian/viztracer/actions?query=workflow%3ALint) [![readthedocs](https://img.shields.io/readthedocs/viztracer)](https://viztracer.readthedocs.io/en/stable/) [![coverage](https://img.shields.io/codecov/c/github/gaogaotiantian/viztracer)](https://codecov.io/gh/gaogaotiantian/viztracer) [![pypi](https://img.shields.io/pypi/v/viztracer.svg)](https://pypi.org/project/viztracer/) [![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/gaogaotiantian.viztracer-vscode?logo=visual-studio)](https://marketplace.visualstudio.com/items?itemName=gaogaotiantian.viztracer-vscode) [![support-version](https://img.shields.io/pypi/pyversions/viztracer)](https://img.shields.io/pypi/pyversions/viztracer) [![license](https://img.shields.io/github/license/gaogaotiantian/viztracer)](https://github.com/gaogaotiantian/viztracer/blob/master/LICENSE) [![commit](https://img.shields.io/github/last-commit/gaogaotiantian/viztracer)](https://github.com/gaogaotiantian/viztracer/commits/master) [![sponsor](https://img.shields.io/badge/%E2%9D%A4-Sponsor%20me-%23c96198?style=flat&logo=GitHub)](https://github.com/sponsors/gaogaotiantian)
257
-
258
- VizTracer is a low-overhead logging/debugging/profiling tool that can trace and visualize your python code execution.
259
-
260
- The front-end UI is powered by [Perfetto](https://perfetto.dev/). **Use "AWSD" to zoom/navigate**.
261
- More help can be found in "Support - Controls".
262
-
263
- [![example_img](https://github.com/gaogaotiantian/viztracer/blob/master/img/example.png)](https://github.com/gaogaotiantian/viztracer/blob/master/img/example.png)
264
-
265
-
266
- ## Highlights
267
-
268
- * Detailed function entry/exit information on timeline with source code
269
- * Super easy to use, no source code change for most features, no package dependency
270
- * Low overhead, probably the fastest tracer in the market
271
- * Supports threading, multiprocessing, subprocess, async and PyTorch
272
- * Powerful front-end, able to render GB-level trace smoothly
273
- * Works on Linux/MacOS/Windows
274
-
275
- ## Install
276
-
277
- The preferred way to install VizTracer is via pip
278
-
279
- ```sh
280
- pip install viztracer
281
- ```
282
-
283
- ## Basic Usage
284
-
285
- ### Command Line
286
-
287
- ```sh
288
- # Instead of "python3 my_script.py arg1 arg2"
289
- viztracer my_script.py arg1 arg2
290
- ```
291
-
292
- <details>
293
-
294
- <summary>
295
- A <code>result.json</code> file will be generated, which you can open with <code>vizviewer</code>
296
- </summary>
297
-
298
- ```sh
299
- # You can display all the files in a directory and open them in browser too
300
- vizviewer ./
301
- # For very large trace files, try external trace processor
302
- vizviewer --use_external_processor result.json
303
- ```
304
-
305
- vizviewer will host an HTTP server on ``http://localhost:9001``. You can also open your browser and use that address.
306
-
307
- If you do not want vizviewer to open the webbrowser automatically, you can use
308
-
309
- ```sh
310
- vizviewer --server_only result.json
311
- ```
312
-
313
- If you just need to bring up the trace report once, and do not want the persistent server, use
314
-
315
- ```sh
316
- vizviewer --once result.json
317
- ```
318
-
319
- </details>
320
-
321
- ```sh
322
- vizviewer result.json
323
- ```
324
-
325
- A [VS Code Extension](https://marketplace.visualstudio.com/items?itemName=gaogaotiantian.viztracer-vscode)
326
- is available to make your life even easier.
327
-
328
- <p align="center">
329
- <img src="https://github.com/gaogaotiantian/viztracer-vscode/raw/master/assets/demo.gif" />
330
- </p>
331
-
332
- <details>
333
-
334
- <summary>
335
- Add <code>--open</code> to open the reports right after tracing
336
- </summary>
337
-
338
- ```sh
339
- viztracer --open my_script.py arg1 arg2
340
- viztracer -o result.html --open my_script.py arg1 arg2
341
- ```
342
-
343
- </details>
344
-
345
- <details>
346
-
347
- <summary>
348
- modules and console scripts(like <code>flask</code>) are supported as well
349
- </summary>
350
-
351
- ```sh
352
- viztracer -m your_module
353
- ```
354
-
355
- ```sh
356
- viztracer flask run
357
- ```
358
-
359
- </details>
360
-
361
- ### Inline
362
-
363
- You can also manually start/stop VizTracer in your script as well.
364
-
365
- ```python
366
- from viztracer import VizTracer
367
-
368
- tracer = VizTracer()
369
- tracer.start()
370
- # Something happens here
371
- tracer.stop()
372
- tracer.save() # also takes output_file as an optional argument
373
- ```
374
-
375
- Or, you can do it with ```with``` statement
376
-
377
- ```python
378
- with VizTracer(output_file="optional.json") as tracer:
379
- # Something happens here
380
- ```
381
-
382
- ### Jupyter
383
-
384
- If you are using Jupyter, you can use viztracer cell magics.
385
-
386
- ```python
387
- # You need to load the extension first
388
- %load_ext viztracer
389
- ```
390
-
391
- ```python
392
- %%viztracer
393
- # Your code after
394
- ```
395
-
396
- A ``VizTracer Report`` button will appear after the cell and you can click it to view the results
397
-
398
- ### PyTorch
399
-
400
- VizTracer can log native calls and GPU events of PyTorch (based on `torch.profiler`) with
401
- ``--log_torch``.
402
-
403
- ```python
404
- with VizTracer(log_torch=True) as tracer:
405
- # Your torch code
406
- ```
407
-
408
- ```sh
409
- viztracer --log_torch your_model.py
410
- ```
411
-
412
- ## Advanced Usage
413
-
414
- ### Trace Filter
415
-
416
- VizTracer can filter out the data you don't want to reduce overhead and keep info of a longer time period before you dump the log.
417
-
418
- * [Min Duration](https://viztracer.readthedocs.io/en/stable/filter.html#min-duration)
419
- * [Max Stack Depth](https://viztracer.readthedocs.io/en/stable/filter.html#max-stack-depth)
420
- * [Include Files](https://viztracer.readthedocs.io/en/stable/filter.html#include-files)
421
- * [Exclude Files](https://viztracer.readthedocs.io/en/stable/filter.html#exclude-files)
422
- * [Ignore C Function](https://viztracer.readthedocs.io/en/stable/filter.html#ignore-c-function)
423
- * [Sparse Log](https://viztracer.readthedocs.io/en/stable/filter.html#log-sparse)
424
-
425
- ### Extra Logs without Code Change
426
-
427
- VizTracer can log extra information without changing your source code
428
-
429
- * [Any Variable/Attribute with RegEx](https://viztracer.readthedocs.io/en/stable/extra_log.html#log-variable)
430
- * [Function Entry](https://viztracer.readthedocs.io/en/stable/extra_log.html#log-function-entry)
431
- * [Variables in Specified Function](https://viztracer.readthedocs.io/en/stable/extra_log.html#log-function-execution)
432
- * [Garbage Collector Operation](https://viztracer.readthedocs.io/en/stable/extra_log.html#log-garbage-collector)
433
- * [Function Input Arguments](https://viztracer.readthedocs.io/en/stable/extra_log.html#log-function-arguments)
434
- * [Function Return Value](https://viztracer.readthedocs.io/en/stable/extra_log.html#log-function-return-value)
435
- * [Audit Events](https://viztracer.readthedocs.io/en/stable/extra_log.html#log-audit)
436
- * [Raised Exceptions](https://viztracer.readthedocs.io/en/stable/extra_log.html#log-exception)
437
-
438
- ### Add Custom Event
439
-
440
- VizTracer supports inserting custom events while the program is running. This works like a print debug, but you can know when this print happens while looking at trace data.
441
-
442
- * [Instant Event](https://viztracer.readthedocs.io/en/stable/custom_event_intro.html#instant-event)
443
- * [Variable Event](https://viztracer.readthedocs.io/en/stable/custom_event_intro.html#variable-event)
444
- * [Duration Event](https://viztracer.readthedocs.io/en/stable/custom_event_intro.html#duration-event)
445
-
446
- ## Misc
447
-
448
- ### Multi Thread Support
449
-
450
- For Python3.12+, VizTracer supports Python-level multi-thread tracing without the need to do any modification to your code.
451
-
452
- For versions before 3.12, VizTracer supports python native ```threading``` module. Just start ```VizTracer``` before you create threads and it will just work.
453
-
454
- For other multi-thread scenarios, you can use ``enable_thread_tracing()`` to notice VizTracer about the thread to trace it.
455
-
456
- [![example_img](https://github.com/gaogaotiantian/viztracer/blob/master/img/multithread_example.png)](https://github.com/gaogaotiantian/viztracer/blob/master/img/multithread_example.png)
457
-
458
- Refer to [multi thread docs](https://viztracer.readthedocs.io/en/stable/concurrency.html) for details
459
-
460
-
461
- ### Multi Process Support
462
-
463
- VizTracer supports ```subprocess```, ```multiprocessing```, ```os.fork()```, ```concurrent.futures```, and ```loky``` out of the box.
464
-
465
- For more general multi-process cases, VizTracer can support with some extra steps.
466
-
467
- [![example_img](https://github.com/gaogaotiantian/viztracer/blob/master/img/multiprocess_example.png)](https://github.com/gaogaotiantian/viztracer/blob/master/img/multiprocess_example.png)
468
-
469
- Refer to [multi process docs](https://viztracer.readthedocs.io/en/stable/concurrency.html) for details
470
-
471
- ### Async Support
472
-
473
- VizTracer supports ```asyncio``` natively, but could enhance the report by using ```--log_async```.
474
-
475
- [![example_img](https://github.com/gaogaotiantian/viztracer/blob/master/img/async_example.png)](https://github.com/gaogaotiantian/viztracer/blob/master/img/async_example.png)
476
-
477
- Refer to [async docs](https://viztracer.readthedocs.io/en/stable/concurrency.html) for details
478
-
479
- ### Flamegraph
480
-
481
- Perfetto supports native flamegraph, just select slices on the UI and choose "Slice Flamegraph".
482
-
483
- [![example_img](https://github.com/gaogaotiantian/viztracer/blob/master/img/flamegraph.png)](https://github.com/gaogaotiantian/viztracer/blob/master/img/flamegraph.png)
484
-
485
- ### Remote attach
486
-
487
- VizTracer supports remote attach to an arbitrary Python process to trace it, as long as viztracer is importable
488
-
489
- Refer to [remote attach docs](https://viztracer.readthedocs.io/en/stable/remote_attach.html)
490
-
491
- ### JSON alternative
492
-
493
- VizTracer needs to dump the internal data to json format. It is recommended for the users to install ```orjson```, which is much faster than the builtin ```json``` library. VizTracer will try to import ```orjson``` and fall back to the builtin ```json``` library if ```orjson``` does not exist.
494
-
495
- ## Performance
496
-
497
- VizTracer puts in a lot of effort to achieve low overhead. The actual performance impact largely depends on your application.
498
- For typical codebases, the overhead is expected to be below 1x. If your code has infrequent function calls,
499
- the overhead could be minimal.
500
-
501
- <details>
502
-
503
- <summary>
504
- Detailed explanation
505
- </summary>
506
-
507
- The overhead introduced by VizTracer is basically a fixed amount of time during function entry and exit, so the more time spent on
508
- function entries and exits, the more overhead will be observed. A pure recursive ```fib``` function could suffer 3x-4x overhead
509
- on Python3.11+ (when the Python call is optimized, before that Python call was slower so the overhead ratio would be less).
510
-
511
- In the real life scenario, your code should not spend too much time on function calls (they don't really do anything useful), so
512
- the overhead would be much smaller.
513
-
514
- Many techniques are applied to minimize the overall overhead during code execution to reduce the inevitable skew introduced by
515
- VizTracer (the report saving part is not as critical). For example, VizTracer tries to use the CPU timestamp counter instead of
516
- a syscall to get the time when available. On Python 3.12+, VizTracer uses ```sys.monitoring``` which has less overhead than
517
- ```sys.setprofile```. All of the efforts made it observably faster than ```cProfile```, the Python stdlib profiler.
518
-
519
- However, VizTracer is a tracer, which means it has to record every single function entry and exit, so it can't be as fast as
520
- the sampling profilers - they are not the same thing. With the extra overhead, VizTracer provides a lot more information than
521
- normal sampling profilers.
522
-
523
- </details>
524
-
525
- ## Documentation
526
-
527
- For full documentation, please see [https://viztracer.readthedocs.io/en/stable](https://viztracer.readthedocs.io/en/stable)
528
-
529
- ## Bugs/Requests
530
-
531
- Please send bug reports and feature requests through [github issue tracker](https://github.com/gaogaotiantian/viztracer/issues). VizTracer is currently under development now and it's open to any constructive suggestions.
532
-
533
- ## License
534
-
535
- Copyright 2020-2025 Tian Gao.
536
-
537
- Distributed under the terms of the [Apache 2.0 license](https://github.com/gaogaotiantian/viztracer/blob/master/LICENSE).
@@ -1,107 +0,0 @@
1
- viztracer/__init__.py,sha256=AphD5qK0xT1gmhQwSoXbDqJ1jVu_znyi10_fZE_YwX4,526
2
- viztracer/__main__.py,sha256=3x7T56-gKrLcB77XXoxpY_qRsqporl9SH2qlSqHsU2c,234
3
- viztracer/attach.py,sha256=nPiFDMGxYqotwiGjY9Oihe8bnvuGBgmARDL8wxKsICU,2058
4
- viztracer/cellmagic.py,sha256=5I0BaIoQNAfh2LfyInOEx-cY5009nV1duqJ9xeOmmS8,3435
5
- viztracer/code_monkey.py,sha256=koQm_09x3G9qlyCy1y9Z45_haU6XWw_thVhIrfXL2EY,15799
6
- viztracer/decorator.py,sha256=7XREDCyixm-Imx_cxnEzrl0VICvhrIeA4yOQqQzQB4w,6092
7
- viztracer/event_base.py,sha256=9_6Ia_gjyls8v06GaUiVkLhqhe_JSi5RKA5MwgG8h04,3224
8
- viztracer/functree.py,sha256=Q9EFwacYWO8tcrmK2GnGSfmA1_EQhWCi29-KZiTQKWA,5351
9
- viztracer/main.py,sha256=y_o17Gx54eT-KvT8D_AaF8b2vjBI9I8BzPAPWdQUHVA,32707
10
- viztracer/patch.py,sha256=34NvkaAvA_ZHOBIrp5QLuIjWAsAU5WpA34El438PRlE,12648
11
- viztracer/report_builder.py,sha256=177uzxOP0cXvUr5zzFE5F6mrk1fb0A_xX_sqSOWMrMI,14528
12
- viztracer/snaptrace.cp310-win32.pyd,sha256=0U4EpbYP2B7bsZplCoAWZzz9RcNnRVWJlESvBjk1EcI,38400
13
- viztracer/snaptrace.pyi,sha256=J_gRaJRPuU7uMOP2CSU8fol1OMAG0H3hVThlG_ckj00,1926
14
- viztracer/util.py,sha256=ntSeNCDfQqTTejLq3cJUN5iv529IE0NCBuFHz4469vs,6328
15
- viztracer/vcompressor.cp310-win32.pyd,sha256=aW_HbWo-RQzfRU-V67Nu290O147updRlRsfiNf1764U,26112
16
- viztracer/vcompressor.pyi,sha256=0uIv1uWuaIyjP-lW9qs8NljgyDF_fYwI7eA9jFB22wk,330
17
- viztracer/viewer.py,sha256=OwlBxWmjfG8N-NP8eDSa0vMp2zBNQcoTPLNyXQpTTbM,20232
18
- viztracer/vizcounter.py,sha256=8X7b0fTQCelH5q5kkCrotZamDHsIUkc_MhfEF90qk9w,813
19
- viztracer/vizevent.py,sha256=bGpeKZRuSAKVab7OUZepmJMqQjzBYjD0O9hSiNO2btU,1002
20
- viztracer/vizlogging.py,sha256=yOVx4X6mmF9OJwZUglu5uL9IunPP4G9qQhWWCDt5cbM,720
21
- viztracer/vizobject.py,sha256=iMt-lTWv4FMKWf3ae93ME0oBWW5wy9ZtLAPiA5T9tFM,1268
22
- viztracer/vizplugin.py,sha256=f0P7r5F4yNoz5dZXvabbi0xbaGDRYRh_MAxH1uWmhxw,5511
23
- viztracer/viztracer.py,sha256=2R3zPXjv9lpWjWvNqJGR66GPUFmsrE9AS5E9xAHmWjE,18391
24
- viztracer/attach_process/LICENSE,sha256=LBU8SPZ-VgMQNvwo0S92I4pRUUlL38JLa4Hsc0w4ei0,11715
25
- viztracer/attach_process/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
26
- viztracer/attach_process/add_code_to_python_process.py,sha256=PDNK3bARawpCzY1bdWpJBaVYWrXmHXfi9jdAghz0CcI,21181
27
- viztracer/attach_process/attach_x86.dll,sha256=jGJ7eU2dA_46LyZ2Gy0LNGKyOfG_AZOKq8ZXCSqb_-I,31232
28
- viztracer/attach_process/inject_dll_amd64.exe,sha256=jxaOkPEwTSxaVjxGDfM7IG2ek2PBnSQfVklMN_uPD_g,267264
29
- viztracer/attach_process/run_code_on_dllmain_amd64.dll,sha256=G_wiwlUr_eO_9vivovAetHsRqfQ53AyXiZlJL1yVclw,17920
30
- viztracer/attach_process/run_code_on_dllmain_x86.dll,sha256=qtdXRMvmCg_4z_g6Yzc8OyvNDskIc1OczF9BFJPcHys,14336
31
- viztracer/attach_process/linux_and_mac/lldb_prepare.py,sha256=Hip-jMZrg0iwyH7t_yLdjf_YN16YqukW52TyZQS_O3Y,1745
32
- viztracer/html/flamegraph.html,sha256=SRjb528mGKs5Qqin1M_GbUOiYG9GG-Nqj702Fns1M_g,1696
33
- viztracer/html/trace_viewer_embedder.html,sha256=CsHCoLGoayXtuArH2EvjlWMTflFf3s796O5Jz3AfbLk,6937
34
- viztracer/html/trace_viewer_full.html,sha256=MEd-lh7Khbe2c2rGNhyo1wDmBPlN82Owh677htuT64Q,2608540
35
- viztracer/modules/eventnode.c,sha256=AgyFhOX0eQvgxyYrhrKV_r2J6l7FKu9SMATeTj0xjv8,5883
36
- viztracer/modules/eventnode.h,sha256=IT-EsW5oQpKGMJEK26DZS0cCO9id-1M1uTA5p1uAf_o,1614
37
- viztracer/modules/pythoncapi_compat.h,sha256=a6vgbyJJVSMmVbqSwT9cvI5JO5LCYWRBjkwV15r08Xo,47911
38
- viztracer/modules/quicktime.c,sha256=hU8ZpMP15i6a8X1dpgbBNJCXfg38-lwKitd0TTM_2hM,4279
39
- viztracer/modules/quicktime.h,sha256=Kvs2gCiD1qZMKU-A4R16fFfJbe8ve8ApG_-Hq68mUVY,2458
40
- viztracer/modules/snaptrace.c,sha256=Y4F5BsKdyoeK_MxSaS-4zDzrGd2UydFax0ZvRk4hJ-0,71897
41
- viztracer/modules/snaptrace.h,sha256=Bm0RjMmrv6sUt8vGmllh5idsj8olkbrbNtzQMJiavEk,4150
42
- viztracer/modules/snaptrace_member.c,sha256=OUqUWfZg-Vto3ASPVkdq7FltKqUcahcFhuQ4lE_i30A,14240
43
- viztracer/modules/util.c,sha256=8JBWn1y_hDqlR2PRTyQLliG5KBzfyYFa4gUVoZccR1s,1486
44
- viztracer/modules/util.h,sha256=VfDcNMk3E76Cs6zMkEAeNh1R4S0Isx_p7eSsJZT3Q1U,608
45
- viztracer/modules/vcompressor/vc_dump.c,sha256=UhN_-PwIhpfN4vH5UhPbyezH8kau8V33TgK7UoT9oNI,41210
46
- viztracer/modules/vcompressor/vc_dump.h,sha256=1PZLIG1ilkWcb1x8cEFvsmxbhFM0T1bLTlU0GadEOqY,1470
47
- viztracer/modules/vcompressor/vcompressor.c,sha256=yn75YtGBDbQN_xh84Gc2cTO1UISJ6F50Je1SdSmAw_s,13047
48
- viztracer/modules/vcompressor/vcompressor.h,sha256=uJ0gi9jCPsjSd-tnrBZSUpAEbRng9cxMi_Ywnn1x0k0,245
49
- viztracer/web_dist/LICENSE,sha256=j-x1dDk7rGLepFSerV5quZBTcdNIh5NkTjVuWEyyEag,10878
50
- viztracer/web_dist/index.html,sha256=DgoTyV66HGheJlAkm1ZI8235Jq_AmfSsnf5YQT3Oe98,5917
51
- viztracer/web_dist/service_worker.js,sha256=__8NdcZZAGp1o-zrSmtHnKKZm57PMGDUnJ2suv0-tvY,6400
52
- viztracer/web_dist/trace_processor,sha256=d_iQToxRIi5e6dw454P9-Aco_cFa7bUWuEQCpPo_qig,10264
53
- viztracer/web_dist/v47.0-02b2414d5/engine_bundle.js,sha256=4R7rKfhjDe71pSg4rkQ2lORedS89ZT0MJj2rzHA54xA,141576
54
- viztracer/web_dist/v47.0-02b2414d5/frontend_bundle.js,sha256=ukYf7fsC8ZcKTDnHyG3kxtNJuQ0NfRdh9GYBlCEG6gw,3421736
55
- viztracer/web_dist/v47.0-02b2414d5/index.html,sha256=C6DH7Rg3R0lKa21hoFwD9kjWAFjAgMLt1ODasoQ0CAk,5915
56
- viztracer/web_dist/v47.0-02b2414d5/manifest.json,sha256=8uklKCDBNw13Ew-6-omEXf5t2x-xhQ2zejtFVdptCk0,4089
57
- viztracer/web_dist/v47.0-02b2414d5/perfetto.css,sha256=IBqL53KscTvgYpln6NUpso07Dv1cY-CyFUpJ8Ita3pg,125032
58
- viztracer/web_dist/v47.0-02b2414d5/trace_processor.wasm,sha256=7WJzqTmXzJNkWyTGKQsLh1H12W_JRcFUFcizoTZRq3c,9481862
59
- viztracer/web_dist/v47.0-02b2414d5/traceconv.wasm,sha256=4nOsHCNxVB6su04CFDx7_rkhKBof0WFHMWn60VVlUfU,10076381
60
- viztracer/web_dist/v47.0-02b2414d5/traceconv_bundle.js,sha256=Bfe0lU36aJXUx1vd-RvSkPzKKQ1MrQElcYVnCbZ2AJc,142926
61
- viztracer/web_dist/v47.0-02b2414d5/assets/._MaterialSymbolsOutlined.woff2,sha256=rV4tcN8eflfBNS7DMTmDK1gZqu1PDOSgGLuoaF1jeao,510
62
- viztracer/web_dist/v47.0-02b2414d5/assets/MaterialSymbolsOutlined.woff2,sha256=_n860MwbjBXNu9elB7w-y0ibhcikbvw4IJjz1GnmEGE,2287204
63
- viztracer/web_dist/v47.0-02b2414d5/assets/Roboto-100.woff2,sha256=IkglhK6qex103gcnkyRsZeOLQCrCMfOLsNkQKAJUMjA,15712
64
- viztracer/web_dist/v47.0-02b2414d5/assets/Roboto-300.woff2,sha256=M1MLAHBxKBqX55uqsT3ffMS53pQuvT4hIiSFczX3y5c,15732
65
- viztracer/web_dist/v47.0-02b2414d5/assets/Roboto-400.woff2,sha256=zEYyLVxNQdpEfyb3-nFIJ_LsmhEpaMEu9XNsdJSYXso,15688
66
- viztracer/web_dist/v47.0-02b2414d5/assets/Roboto-500.woff2,sha256=u0btB5w908Oa9QUbStpI8p9JFR2tT6IYEXutL9teYW8,15920
67
- viztracer/web_dist/v47.0-02b2414d5/assets/RobotoCondensed-Light.woff2,sha256=rELob_HQ_Hinhwpyz10bvwpQmoUtuh2Kvcc0iSsNSEQ,11052
68
- viztracer/web_dist/v47.0-02b2414d5/assets/RobotoCondensed-Regular.woff2,sha256=SaG04SlmRaovUTyHoOX-VqMFp-1njC9kmWMewfOzWFY,10968
69
- viztracer/web_dist/v47.0-02b2414d5/assets/RobotoMono-Regular.woff2,sha256=5DK7glyj4CZ9Yo-ttqjKY7DMo_xzRfFcfwgPeouCFl4,16028
70
- viztracer/web_dist/v47.0-02b2414d5/assets/brand.png,sha256=qQtoKOldUDc8Nzh2Ub8e3dnoXMGRUOxrdSCL42YmNbk,3260
71
- viztracer/web_dist/v47.0-02b2414d5/assets/catapult_trace_viewer.html,sha256=qjFJNlVcttsKLR4T3eAoj86GlOJRB1kWcSq34xp3fkY,145152
72
- viztracer/web_dist/v47.0-02b2414d5/assets/catapult_trace_viewer.js,sha256=chdrI0gd1tk8wO42NFG_r1iLprwjkyPFw7pomyEsQSM,2731070
73
- viztracer/web_dist/v47.0-02b2414d5/assets/favicon.png,sha256=sor3K6wnzaql75B5y8ZxCEDN2YFe17tmqE-yvWYi2-E,1966
74
- viztracer/web_dist/v47.0-02b2414d5/assets/logo-128.png,sha256=XitC0usT0U7vEJBZwae257GKyY75m56_26Fii2mnnKo,12078
75
- viztracer/web_dist/v47.0-02b2414d5/assets/logo-3d.png,sha256=WI2BmF9A64gFzZSraFJXfOXEqJP3PIhaz9OasMFKz3Q,18376
76
- viztracer/web_dist/v47.0-02b2414d5/assets/rec_atrace.png,sha256=vT3mgQCULhTTtItfHBzlUDpCNvRsJmVGYx8uywilK1g,12307
77
- viztracer/web_dist/v47.0-02b2414d5/assets/rec_battery_counters.png,sha256=ijAy8hVxldcrRGNA_fe2wmahyewH6O3il3fwgpbDTh0,10237
78
- viztracer/web_dist/v47.0-02b2414d5/assets/rec_board_voltage.png,sha256=8BIn67H_6oUbv529ZCNAOf1AMCiEzARJYFdPqNSl8y0,9027
79
- viztracer/web_dist/v47.0-02b2414d5/assets/rec_cpu_coarse.png,sha256=uHhKocq2CeYpWaV-SmSVDXLgbXnEi79-V5jGDvRNNz0,15696
80
- viztracer/web_dist/v47.0-02b2414d5/assets/rec_cpu_fine.png,sha256=Pzs2n6ZOwD2Ug1DX1YaaoyJ0iy7mnXmwxZwI7TB-ut0,23575
81
- viztracer/web_dist/v47.0-02b2414d5/assets/rec_cpu_freq.png,sha256=X9pgx6F2f-Rk1ONZh8pE538vCBk8dUhHp0NrR2MKar4,9035
82
- viztracer/web_dist/v47.0-02b2414d5/assets/rec_cpu_voltage.png,sha256=ZSTitbm3yGRGLupYhjKOQh0ibOfFplGKZNDh3A3qSgc,8265
83
- viztracer/web_dist/v47.0-02b2414d5/assets/rec_frame_timeline.png,sha256=-KGhOsbxx04f2Hsyyq-lxhj-YAIkhKK173EtOfKvrok,11159
84
- viztracer/web_dist/v47.0-02b2414d5/assets/rec_ftrace.png,sha256=VThuh_OGltpvuDgUyOEfEOpbsPumW2MCvTVF7S5Q6Hw,7418
85
- viztracer/web_dist/v47.0-02b2414d5/assets/rec_gpu_mem_total.png,sha256=4iEInY0xQQgdI1r2nng7geZWTeoBqNWmRmNYZQBlei4,16501
86
- viztracer/web_dist/v47.0-02b2414d5/assets/rec_java_heap_dump.png,sha256=Stu8IkRjep9gI_7gGtB_g0hdZBNYOq6psmz7csFzv6Y,12633
87
- viztracer/web_dist/v47.0-02b2414d5/assets/rec_lmk.png,sha256=KMgNuukjCxcUogqUFqCWPPxhZ3vDdFr8U9GSUdN6Clc,12519
88
- viztracer/web_dist/v47.0-02b2414d5/assets/rec_logcat.png,sha256=7zPKP0FpayanH7e9LpKrO5eKm8NeZv71txSFjSvI66I,13216
89
- viztracer/web_dist/v47.0-02b2414d5/assets/rec_long_trace.png,sha256=8ZNsE-AOhS6LiRLEkdqwOJuUQC3L_ErExByhJGIZvew,9940
90
- viztracer/web_dist/v47.0-02b2414d5/assets/rec_mem_hifreq.png,sha256=QxhmLA10n1HX5WKFjS8rhP_OcI3zWhqfaf1ZDgy6eUc,6043
91
- viztracer/web_dist/v47.0-02b2414d5/assets/rec_meminfo.png,sha256=k71vAECd0Hle8TJqmdhe93R86d9WGe3ADKeFekwXQ7A,16605
92
- viztracer/web_dist/v47.0-02b2414d5/assets/rec_native_heap_profiler.png,sha256=ewas12596LRXr_rXNKwqr41oSdMMtbCLHwN0TUIN-Gc,12943
93
- viztracer/web_dist/v47.0-02b2414d5/assets/rec_one_shot.png,sha256=g8YXF1vZWhowKZsSPx8c498Hq8Lx0wVXTL0u5Rf7-c0,9445
94
- viztracer/web_dist/v47.0-02b2414d5/assets/rec_profiling.png,sha256=hM8jBeyyqvrpbFEGqnewcj50xT5GFsBF5qBLmS_UHIk,17686
95
- viztracer/web_dist/v47.0-02b2414d5/assets/rec_ps_stats.png,sha256=Ii-3QkS3iMNiaEKJIiG8YFqHvNi0lMn8qNMyeCfaPh0,19929
96
- viztracer/web_dist/v47.0-02b2414d5/assets/rec_ring_buf.png,sha256=_1-5esQP9EZmTLCSuoCwIcU9l1wrzQSLNQ9wzIGdbKc,10420
97
- viztracer/web_dist/v47.0-02b2414d5/assets/rec_syscalls.png,sha256=JtxPGmHopytXrEgwJbKIaqiHMMum6M5aJgmggybCcIU,12154
98
- viztracer/web_dist/v47.0-02b2414d5/assets/rec_vmstat.png,sha256=lCtlnOQNTNfGrt-U5iSnfyfQx7Hd-z7s3MKMgGv9s5o,14651
99
- viztracer/web_dist/v47.0-02b2414d5/assets/scheduling_latency.png,sha256=o08K-ewOuGio7sBa83hTtd1_rJZU7M_nYvF927TLyWI,5446
100
- viztracer/web_dist/v47.0-02b2414d5/assets/vscode-icon.png,sha256=gnDKIFtMec1sbVIFhIz6CLCas3ddURGjUzZ8QC8iBrk,40522
101
- viztracer-1.0.4.dist-info/licenses/LICENSE,sha256=o7iKRi11BLc85diY42r3noF63ZMKbR4H5XUIH0e8sSA,12157
102
- viztracer-1.0.4.dist-info/licenses/NOTICE.txt,sha256=xEfIoN1F8J4cGVeIDVZxxyOkI5outW8NYAvOT4zD5Lo,1058
103
- viztracer-1.0.4.dist-info/METADATA,sha256=Mjr09To-W7fMn8Tmbk3wGPhVr9J6825s2b9vIF75tdQ,27264
104
- viztracer-1.0.4.dist-info/WHEEL,sha256=lfC3UwCzCfj27jtSgPqbvPANF_SBsQJqVbj4cmHjNPM,97
105
- viztracer-1.0.4.dist-info/entry_points.txt,sha256=-MeyWMzg_Ci74E8Y3dr_pjzZlYWq3nQYTA41OQcrZ48,91
106
- viztracer-1.0.4.dist-info/top_level.txt,sha256=xph8Zo9F28dycmRhR2cr64PLrKzc_ulOQ_lzqT3Di28,10
107
- viztracer-1.0.4.dist-info/RECORD,,