commit | 66b08c31f94a3f358204d600610bf1a8d9ac22f5 | [log] [tgz] |
---|---|---|
author | Primiano Tucci <primiano@google.com> | Thu Jul 23 12:37:48 2020 +0200 |
committer | Primiano Tucci <primiano@google.com> | Thu Jul 23 12:37:48 2020 +0200 |
tree | 70b153688227cdd625ebab551299ee80741ce545 | |
parent | 33265b79e5b172adc3240c9733614e66ee33556b [diff] [blame] |
Docs: fix typos Original patch from https://github.com/scottwedge/perfetto/commit/0b6e31898fa8f53b377e9495770ae0814bf17dc2 Change-Id: I6f30f7ee7c21eb5f7615b91e5ba898b70bfe13f5
diff --git a/docs/analysis/trace-processor.md b/docs/analysis/trace-processor.md index 226afd3..1214d59 100644 --- a/docs/analysis/trace-processor.md +++ b/docs/analysis/trace-processor.md
@@ -245,7 +245,7 @@ ``` ## Operator tables -SQL queries are usually sufficient to retrieive data from trace processor. +SQL queries are usually sufficient to retrieve data from trace processor. Sometimes though, certain constructs can be difficult to express pure SQL. In these situations, trace processor has special "operator tables" which solve