UNPKG

@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

4 lines (3 loc) 165 B
import { IProfilerConfig } from '../types'; export declare const STATIC_CONFIG_FILENAME = ".oaklean"; export declare const DEFAULT_PROFILER_CONFIG: IProfilerConfig;