mc-benchmark
Version:
Build charts about load time of Minecraft modpack.
11 lines (10 loc) • 324 B
TypeScript
/**
* @file Collect information about load time from Debug.log
* and output it in .MD file
*
* @author Krutoy242
* @link https://github.com/Krutoy242
*/
import type { Args } from './cli.js';
export declare function sum(arr: Array<number>): number;
export default function parseDebugLog(_options: Args): Promise<void>;