Home
last modified time | relevance | path

Searched refs:annotation_string (Results 1 – 1 of 1) sorted by relevance

/art/profman/
Dprofman.cc1047 std::string annotation_string; in ProcessLine() local
1054 annotation_string = maybe_annotated_line.substr(1, end_pos - 1); in ProcessLine()
1059 ProfileSampleAnnotation annotation = annotation_string.empty() in ProcessLine()
1061 : ProfileSampleAnnotation(annotation_string); in ProcessLine()