commit | 44a15bef5a62022118c8b9adb468003ddc49db85 | [log] [tgz] |
---|---|---|
author | Primiano Tucci <primiano@google.com> | Sat Nov 06 21:40:18 2021 +0000 |
committer | Primiano Tucci <primiano@google.com> | Tue Nov 23 23:37:33 2021 +0000 |
tree | 532e323f5b15f60012f03d8109cc9cf68295253f | |
parent | b1a8ff964be0b54e7cdc47f23f52dc6ba4db92d0 [diff] |
base: add http_server.cc Move the HTTP server implementation from trace processor to base. This will be used by next CLs for websocket support outisde of TP. Build-wise, http_server.cc has its own target, to avoid bloating binary size of all other binaries depending on base that don't want the HttpServer. Bug: 205274609 Change-Id: I674e2c994c76ba01da30036396ac2b964b1e6069
Perfetto is a production-grade open-source stack for performance instrumentation and trace analysis. It offers services and libraries and for recording system-level and app-level traces, native + java heap profiling, a library for analyzing traces using SQL and a web-based UI to visualize and explore multi-GB traces.
See https://perfetto.dev/docs or the /docs/ directory for documentation.