Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

*: tidb tracing prototype #7016

Merged
merged 27 commits into from
Aug 30, 2018
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
a8821c8
tidb tracing prototype
zhexuany Jul 19, 2018
92d1764
add benchmark for noop
zhexuany Aug 17, 2018
3e61f1b
remove old span system
zhexuany Aug 21, 2018
93b420a
rename file and add tree relationship tesdt
zhexuany Aug 23, 2018
b8abe7e
tree format
zhexuany Aug 23, 2018
7a9d6db
remvoe useless code
zhexuany Aug 29, 2018
b46a727
fix fmt issue
zhexuany Aug 29, 2018
84b9d78
iterate all data until chk's row count is zero
zhexuany Aug 29, 2018
3fe6951
chk has 0 row count, it will not enter for loop
zhexuany Aug 29, 2018
31961e6
undo format by go1.11
zhexuany Aug 29, 2018
c757655
Merge branch 'master' into tidb_tracing_prototype
zhexuany Aug 29, 2018
70f0d9b
address comments
zhexuany Aug 29, 2018
6181ca2
Merge branch 'tidb_tracing_prototype' of github.com:zhexuany/tidb int…
zhexuany Aug 29, 2018
cb366aa
remove unecessary import
zhexuany Aug 30, 2018
46e681e
add more tests
zhexuany Aug 30, 2018
e0d7cba
add a todo
zhexuany Aug 30, 2018
7657e5e
Merge branch 'master' into tidb_tracing_prototype
zhexuany Aug 30, 2018
227626b
address comments
zhexuany Aug 30, 2018
03c3f7a
remvoe extra line
zhexuany Aug 30, 2018
507b567
move buildTrace to builder.go
zhexuany Aug 30, 2018
0ccae95
remove extra imports from trace.go
zhexuany Aug 30, 2018
e2cb6ff
record optimize time in traceExec's Next
zhexuany Aug 30, 2018
9f5b5bf
open child in next rather in open
zhexuany Aug 30, 2018
e49d58a
fix optimize logic mistake
zhexuany Aug 30, 2018
da0e06b
address comment
zhexuany Aug 30, 2018
2c6aa09
use == not !=
zhexuany Aug 30, 2018
1468f03
Merge branch 'master' into tidb_tracing_prototype
zz-jason Aug 30, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove unecessary import
  • Loading branch information
zhexuany committed Aug 30, 2018
commit cb366aa20f219260f34ac54854cd8c0db57eff23
1 change: 0 additions & 1 deletion executor/trace.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
package executor

import (
"fmt"
"time"

"github.com/juju/errors"
Expand Down