| <title>Perfetto - Docs</title> |
| <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> |
| <link href="//fonts.googleapis.com/css?family=Exo" rel="stylesheet"> |
| <link rel="stylesheet" href="/static/theme-simple.css"> |
| --base-font-family: 'Exo', sans-serif; |
| repo: 'https://android.googlesource.com/platform/external/perfetto/', |
| link: function (href, title, text) { |
| if (href.startsWith('/') && !href.startsWith('/docs')) { |
| href = `https://android.googlesource.com/platform/external/perfetto/+/master${href}`; |
| } else if(href.startsWith('http') || href.startsWith('//')) { |
| href = href.replace(/^[/]docs/, ''); |
| return `<a href="${href}" title="${title}">${text}</a>`; |
| <!-- see infra/perfetto-site.appspot.com --> |
| <script src="/static/docsify.min.js"></script> |
| <script src="/static/docsify-themeable.min.js"></script> |
| <script src="/static/docsify-copy-code.min.js"></script> |
| <script src="/static/prism-bash.min.js"></script> |