Home
last modified time | relevance | path

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

/external/blktrace/iowatcher/
Dplot.h121 int history_len; member
Dplot.c969 if (pph->num_used == pph->history_len) { in add_plot_history()
970 pph->history_len += 4096; in add_plot_history()
972 pph->history_len * sizeof(double)); in add_plot_history()
Dmain.c591 pph->history_len = 4096; in alloc_pid_plot_history()
/external/tensorflow/tensorflow/core/common_runtime/
Dbfc_allocator.cc1141 uint64 history_len = std::min(action_counter_, kMemDebugHistorySize); in RecordMemoryMapInternal() local
1142 for (uint64 i = action_counter_ - history_len; i < action_counter_; ++i) { in RecordMemoryMapInternal()