Skip to content

Commit

Permalink
Update UI for instant and counter events (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaogaotiantian authored May 25, 2021
1 parent be26e27 commit 3ab9f03
Show file tree
Hide file tree
Showing 16 changed files with 199 additions and 72 deletions.
2 changes: 1 addition & 1 deletion example/json/different_sorts.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion example/json/function_args_return.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/json/gradient_descent.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion example/json/logging_integration.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion example/json/mcts_game.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion example/json/multi_process_pool.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion example/json/multithread.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/viztracer/modules/snaptrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ snaptrace_load(TracerObject* self, PyObject* args)
PyObject* cat_instant = PyUnicode_FromString("INSTANT");
PyObject* ph_B = PyUnicode_FromString("B");
PyObject* ph_E = PyUnicode_FromString("E");
PyObject* ph_I = PyUnicode_FromString("I");
PyObject* ph_I = PyUnicode_FromString("i");
PyObject* ph_X = PyUnicode_FromString("X");
PyObject* ph_C = PyUnicode_FromString("C");
PyObject* ph_M = PyUnicode_FromString("M");
Expand Down
Loading

0 comments on commit 3ab9f03

Please sign in to comment.