乡下人产国偷v产偷v自拍,国产午夜片在线观看,婷婷成人亚洲综合国产麻豆,久久综合给合久久狠狠狠9

  • <output id="e9wm2"></output>
    <s id="e9wm2"><nobr id="e9wm2"><ins id="e9wm2"></ins></nobr></s>

    • 分享

      Perfetto

       老匹夫 2019-09-11

      Perfetto - Performance instrumentation and tracing

      Perfetto is an open-source project for performance instrumentation and tracing of Linux/Android/Chrome platforms and user-space apps.
      It consists of:

      A portable, high efficiency, user-space tracing library
      designed for tracing of multi-process systems, based on zero-alloc zero-copy zero-syscall (on fast-paths) writing of protobufs over shared memory.

      OS-wide Linux/Android probes for platform debugging

      • Kernel tracing: a daemon that converts Kernel Ftrace events into API-stable protobufs, on device, with low overhead.
      • Heap profiling: low-overhead, out of process unwinding, variable sample rate, attachable to already running processes.
      • Power rails sampling
      • System stat counters
      • Chrome userspace tracing
      • I/O tracing
      • Many new probes coming soon: heap profiling, perf sampling, syscall tracing.

      Processing of traces
      A C++ library for efficient processing and extraction of trace-based metrics.. The library accepts both protobuf and json-based traces as input and exposes an SQL query interface to the data. The library is built to be linked by other programs but can also be used standalone as a command line tool.

      Web-based frontend
      An open-source UI for inspection and analysis of traces. Available at ui.perfetto.dev. The UI is built on top of C++ trace processor library which is cross-compiled to WASM to run locally in the browser.

      Perfetto Stack

      Goals

      Perfetto is building the next-gen unified tracing ecosystem for:

      • Android platform tracing (Systrace)
      • Chrome platform tracing (chrome://tracing)
      • App-defined user-space tracing (including support for non-Android apps).

      The goal is to create an open, portable and developer friendly tracing ecosystem for app and platform performance debugging.

      Key features

      Designed for production
      Perfetto’s tracing library and daemons are designed for use in production. Privilege isolation is a key design goal:

      • The interface for writing trace events are decoupled from the interface for read-back and control and can be subjected to different ACLs.
      • Despite being based on shared memory, Perfetto is designed to prevent cross-talk between data sources, even in case of arbitrary code execution (memory is shared point-to-point, memory is never shared between processes).
      • Perfetto daemons are designed following to the principle of least privilege, in order to allow strong sandboxing (via SELinux on Android).

      See security-model.md for more details.

      Long traces
      Pefetto aims at supporting hours-long / O(100GB) traces, both in terms of recording backend and UI frontend.

      Interoperability
      Perfetto traces (output) and configuration (input) consists of protobuf messages, in order to allow interoperability with several languages.

      See trace-format.md for more details.

      Composability
      As Perfetto is designed both for OS-level tracing and app-level tracing, its design allows to compose several instances of the Perfetto tracing library, allowing to nest multiple layers of tracing and drive then with the same frontend. This allows powerful blending of app-specific and OS-wide trace events. See multi-layer-tracing.md for more details.

      Portability
      The only dependencies of Perfetto’s tracing libraries are C++11 and Protobuf lite (plus google-test, google-benchmark, libprotobuf-full for testing).

      Extensibility
      Perfetto allows third parties to defined their own protobufs for:

      Allowing apps to define their own strongly-typed input and output schema. See trace-format.md for more details.

      Bugs

      • For bugs affecting Android or the tracing internals use the internal bug tracker (go/perfetto-bugs).
      • For bugs affecting Chrome use http://, Component:Speed>Tracing label:Perfetto.

        本站是提供個人知識管理的網(wǎng)絡(luò)存儲空間,所有內(nèi)容均由用戶發(fā)布,不代表本站觀點。請注意甄別內(nèi)容中的聯(lián)系方式、誘導(dǎo)購買等信息,謹防詐騙。如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請點擊一鍵舉報。
        轉(zhuǎn)藏 分享 獻花(0

        0條評論

        發(fā)表

        請遵守用戶 評論公約

        類似文章 更多