@oaklean/profiler-core
Version:
Part of the @oaklean suite. It provides all basic functions to work with the `.oak` file format. It allows parsing the `.oak` file format as well as tools for analyzing the measurement values. It also provides all necessary capabilities required for prec
9 lines (8 loc) • 563 B
TypeScript
export declare const REPORT_FILE_EXTENSION = ".oak";
export declare const METRICS_DATA_COLLECTION_FILE_EXTENSION = ".mcollection";
export declare const CPU_PROFILE_FILE_EXTENSION = ".cpuprofile";
export declare const EXTERNAL_RESOURCE_HELPER_FILE_EXTENSION = ".resources.json";
export declare const PERFORMANCE_FILE_NAME = "performance.json";
export declare const EXECUTION_DETAILS_FILE_NAME = "execution-details.json";
export declare const ACCUMULATED_REPORT_FILE_NAME = "accumulated.oak";
export declare const UNKNOWN_SCRIPTS_FOLDER_NAME = "<unknown-scripts>";