Skip to content

Binary analysis cache #240

@jrmadsen

Description

@jrmadsen

Binary analysis of ELF files is used in two places: causal profiling and instrumentation. Currently, this step is performed every causal profiling run and every time the omnitrace exe is used but the info is static (unless the file has been modified since the last time it was read). For large applications, this can be time consuming and it is especially tedious when omnitrace-causal is replaying the application numerous times. Proposal is to perform the binary analysis and cache it to a JSON or XML file alongside the file modification timestamp and if the current time is > the modification time, simply read in the cached JSON or XML file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions