Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(71)

Unified Diff: tools/telemetry/telemetry/timeline/async_slice.py

Issue 1028903002: [Telemetry] Style fix, make docstrings consistent with style guide. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/telemetry/telemetry/page/shared_page_state.py ('k') | tools/telemetry/telemetry/timeline/event.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/timeline/async_slice.py
diff --git a/tools/telemetry/telemetry/timeline/async_slice.py b/tools/telemetry/telemetry/timeline/async_slice.py
index 6216ed2f1e2b1fed788b413a09848d1d2cdbfcdf..2a5068fe618769578d30a5c4c4c15f5b3bbbb7f8 100644
--- a/tools/telemetry/telemetry/timeline/async_slice.py
+++ b/tools/telemetry/telemetry/timeline/async_slice.py
@@ -6,10 +6,10 @@ import telemetry.timeline.event as event
class AsyncSlice(event.TimelineEvent):
- ''' A AsyncSlice represents an interval of time during which an
+ """An AsyncSlice represents an interval of time during which an
asynchronous operation is in progress. An AsyncSlice consumes no CPU time
itself and so is only associated with Threads at its start and end point.
- '''
+ """
def __init__(self, category, name, timestamp, args=None,
duration=0, start_thread=None, end_thread=None,
thread_start=None, thread_duration=None):
« no previous file with comments | « tools/telemetry/telemetry/page/shared_page_state.py ('k') | tools/telemetry/telemetry/timeline/event.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698