amis-rpc-design/node_modules/@react-native-community/cli-hermes/build/profileHermes/downloadProfile.d.ts

14 lines
571 B
TypeScript
Raw Normal View History

2023-10-07 19:42:30 +08:00
import { Config } from '@react-native-community/cli-types';
/**
* Pull and convert a Hermes tracing profile to Chrome tracing profile
* @param ctx
* @param dstPath
* @param fileName
* @param sourceMapPath
* @param raw
* @param generateSourceMap
* @param appId
* @param appIdSuffix
*/
export declare function downloadProfile(ctx: Config, dstPath: string, filename?: string, sourcemapPath?: string, raw?: boolean, shouldGenerateSourcemap?: boolean, port?: string, appId?: string, appIdSuffix?: string): Promise<void>;
//# sourceMappingURL=downloadProfile.d.ts.map