ClangProfileIndexer

public final class ClangProfileIndexer
extends Object

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


Klasa narzędziowa, która indeksuje pomiary pokrycia kodu Clang.

Podsumowanie

Konstruktory publiczne

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

Metody publiczne

void index(Collection<String> rawProfileFiles, File outputFile)

Indeksuje surowe pliki profilu LLVM i zapisuje dane o pokryciu 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 (Collection<String> rawProfileFiles, 
                File outputFile)

Indeksuje surowe pliki profilu LLVM i zapisuje dane o pokryciu w pliku wyjściowym.

Parametry
rawProfileFiles Collection: lista plików .profraw do indeksowania

outputFile File: plik, do którego mają być zapisywane wyniki

Zgłasza
IOException w razie awarii narzędzia,