ClangProfileIndexer
public
final
class
ClangProfileIndexer
extends Object
java.lang.Object
|
↳ |
com.android.tradefed.util.ClangProfileIndexer
|
Klasa użytkowa indeksująca pomiary pokrycia kodu Clang.
Podsumowanie
Metody publiczne |
void
|
index( rawProfileFiles, File outputFile)
Indeksuje nieprzetworzone pliki profilu LLVM i zapisuje dane o stanie w pliku wyjściowym.
|
Konstruktory publiczne
ClangProfileIndexer
public ClangProfileIndexer (File profileTool)
Parametry |
profileTool |
File |
ClangProfileIndexer
public ClangProfileIndexer (File profileTool,
IRunUtil runUtil)
Parametry |
profileTool |
File |
runUtil |
IRunUtil |
Metody publiczne
indeks.
public void index ( rawProfileFiles,
File outputFile)
Indeksuje nieprzetworzone pliki profilu LLVM i zapisuje dane o stanie w pliku wyjściowym.
Parametry |
rawProfileFiles |
: lista plików .profraw do zindeksowania |
outputFile |
File : plik, w którym mają być zapisywane wyniki |
Rzuty |
|
w przypadku awarii narzędzia |