commit | 30ea856ab7165e8921418d472132f5d6308143b4 | [log] [tgz] |
---|---|---|
author | Primiano Tucci <primiano@google.com> | Fri Oct 27 15:50:53 2023 +0100 |
committer | Primiano Tucci <primiano@google.com> | Fri Oct 27 15:50:53 2023 +0100 |
tree | 485f6079631af2cc253c0c91fc65d2990c8f2813 | |
parent | 45d008f91f77e22b898f2a110ceee91daed51273 [diff] |
ui: increase initial timeout to 60s Failing to fetch the frontend_bundle.js causes a BSOD. Today the timeout is 20s and frontend_bundle.js is ~4MB. 20s can be too aggressive if the connection is particularly slow. I've been hitting this myself on flights. Increasing that to 60s. Bug: https://github.com/google/perfetto/issues/616 Change-Id: I9ba4d55111ad0a1e3a28147e35b7f0bb3c7b02f6
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.