Interface ProfileOptions

interface ProfileOptions {
    interval?: number;
    type?: ProfileType;
}

Properties

Properties

interval?: number

采样间隔

ProfileOptions

剖面类型

ProfileOptions