HomeSort by relevance Sort by last modified time
    Searched defs:ProcessProfiles (Results 1 - 4 of 4) sorted by null

  /art/profman/
profile_assistant.cc 131 ProfileAssistant::ProcessingResult ProfileAssistant::ProcessProfiles(
162 ProfileAssistant::ProcessingResult ProfileAssistant::ProcessProfiles(
profile_assistant_test.cc 212 int ProcessProfiles(const std::vector<int>& profiles_fd, int reference_profile_fd) {
399 return ProcessProfiles(profile_fds, reference_profile_fd);
414 return ProcessProfiles(profile_fds, reference_profile_fd);
443 ProcessProfiles(profile_fds, reference_profile_fd));
474 ProcessProfiles(profile_fds, reference_profile_fd));
514 ProcessProfiles(profile_fds, reference_profile_fd));
550 ProcessProfiles(profile_fds, reference_profile_fd));
626 ProcessProfiles(profile_fds, reference_profile_fd));
655 ProcessProfiles(profile_fds, reference_profile_fd));
    [all...]
profman.cc 353 ProfileAssistant::ProcessingResult ProcessProfiles() {
390 // The file doesn't need to be flushed here (ProcessProfiles will do it)
393 result = ProfileAssistant::ProcessProfiles(profile_files_fd_,
399 result = ProfileAssistant::ProcessProfiles(profile_files_,
    [all...]
  /external/tensorflow/tensorflow/lite/profiling/
profile_summarizer.cc 104 void ProfileSummarizer::ProcessProfiles(

Completed in 605 milliseconds