ClangProfileIndexer

public final class ClangProfileIndexer
extends Object

java.lang.Object
   ↳ com.android.tradefed.util.ClangProfileIndexer


Một lớp tiện ích giúp lập chỉ mục các phép đo mức độ sử dụng mã Clang.

Tóm tắt

Hàm khởi tạo công khai

ClangProfileIndexer(File profileTool)
ClangProfileIndexer(File profileTool, IRunUtil runUtil)

Phương thức công khai

void index( rawProfileFiles, File outputFile)

Lập chỉ mục các tệp cấu hình LLVM thô và ghi dữ liệu về mức độ sử dụng vào tệp đầu ra.

Hàm khởi tạo công khai

ClangProfileIndexer

public ClangProfileIndexer (File profileTool)

Tham số
profileTool File

ClangProfileIndexer

public ClangProfileIndexer (File profileTool, 
                IRunUtil runUtil)

Tham số
profileTool File

runUtil IRunUtil

Phương thức công khai

chỉ mục

public void index ( rawProfileFiles, 
                File outputFile)

Lập chỉ mục các tệp cấu hình LLVM thô và ghi dữ liệu về mức độ sử dụng vào tệp đầu ra.

Tham số
rawProfileFiles : danh sách các tệp .profraw để lập chỉ mục

outputFile File: tệp để ghi kết quả vào

Gửi
khi công cụ gặp lỗi