Skip to content

Streamlining the UX #98

@michaeleisel

Description

@michaeleisel

It may be helpful to reduce the number of launches and interactions to do each profiling. It also could be helpful to more closely match the Time Profiler UX for ease of migration. For example, what if we did ettrace --launch --bundle_id <bundle id> --device <optional device flag if multiple devices are applicable> ... and then ETTrace actually launched the app, perhaps with an environment variable set to initiate tracing? And then, upon exit, with an atexit handler or something (wouldn't work if the app gets killed with SIGKILL though) it writes out the data, which the ETTrace process collects? And likewise for measuring an in-progress app. The user could either terminate through exiting the app or, say, hitting ctrl-C on the ettrace process.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions