Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
add time clock to runtime #170
add time clock to runtime #170
Changes from 6 commits
2955bca
770d1ec
7b0326e
7384b47
d8165be
d2a3030
bc26be9
95a4b4d
76033e8
2214139
570489e
800f2b8
6f38346
13f0045
6aa4f37
5f1f6a8
6c5a223
605594d
a9dabac
1589466
cceed31
10673e9
1d11793
60127a7
5e0f75c
404cddd
482c1f9
16330bd
0abba09
2b05f12
9be2a50
90b0463
097a9aa
a0d80c0
5bc5b6e
d8a1fa9
c9139ca
5f84d67
08a17e8
fc4d3dd
6d9ffa7
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You could remove
dt
if you don't use it.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be nice to add some docstrings for this attribute, e.g.,
and add it in the docs (probably in API references in the variables section, since we would use it when declaring variables).