Searched refs:total_count (Results 1 - 14 of 14) sorted by relevance

/external/oprofile/libdb/
H A Ddb_stat.c21 count_type total_count; /**< cumulated samples count */ member in struct:odb_hash_stat_t
53 result->total_count += data->node_base[index].value;
78 printf("total count: %llu\n", stat->total_count);
/external/v8/src/
H A Dliveobjectlist.cc813 inline int total_count() { function in class:v8::internal::LiveObjectSummary
1104 int total_count = CountHeapObjects(); local
1105 int count = total_count;
1165 Smi::FromInt(total_count),
1403 // count: <total_count>,
1476 int total_count = summary.total_count(); local
1479 Smi::FromInt(total_count),
1528 int total_count = LiveObjectList::list_count(); local
1529 int dump_count = total_count;
1716 AddRootRetainerIfFound(const LolVisitor& visitor, LolFilter* filter, LiveObjectSummary* summary, void (*SetRootFound)(LiveObjectSummary* s), int start, int dump_limit, int* total_count, Handle<FixedArray> retainers_arr, int* count, int* index, const char* root_name, Handle<String> id_sym, Handle<String> desc_sym, Handle<String> size_sym, Handle<Object> error) argument
1775 GetRetainers(Handle<HeapObject> target, Handle<JSObject> instance_filter, Handle<FixedArray> retainers_arr, int start, int dump_limit, int* total_count, LolFilter* filter, LiveObjectSummary* summary, JSFunction* arguments_function, Handle<Object> error) argument
2303 int total_count = lol->TotalObjCount(); local
2484 int total_count = lol->TotalObjCount(); local
[all...]
H A Dliveobjectlist.h139 int* total_count,
H A Dd8.js1797 var total_count = body.count;
1805 var max_count_digits = digitsIn(total_count);
1853 result += '\n total count: '+(total_count+roots_count)+'\n';
1863 var has_more = ((first_index + length) <= total_count);
1866 result += ' ['+ length +' of '+ total_count +
/external/oprofile/libpp/
H A Dcallgraph_container.h162 count_array_t total_count; member in class:callgraph_container
H A Dprofile_container.cpp96 total_count[pclass] += count;
180 op_ratio(it->sample.counts[0], total_count[0]);
222 double const ratio = op_ratio(counts[0], total_count[0]);
249 return total_count;
H A Dprofile_container.h173 count_array_t total_count; member in class:profile_container
H A Dcallgraph_container.cpp413 total_count = pc.samples_count();
422 recorder.process(total_count, threshold / 100.0, sym_filter);
599 return total_count;
/external/chromium/chrome/browser/visitedlink/
H A Dvisitedlink_unittest.cc417 int total_count = VisitedLinkMaster::kDefaultTableSize + 10; local
418 for (int i = 0; i < total_count; i++)
427 ASSERT_EQ(used_count, total_count);
/external/chromium/net/proxy/
H A Dmulti_threaded_proxy_resolver_unittest.cc701 int total_count = 0; local
703 total_count += factory->resolvers()[i]->request_count();
705 EXPECT_EQ(7, total_count);
/external/freetype/src/base/
H A Dftdbgmem.c859 FT_Long total_count = ft_atol( p ); local
862 if ( total_count > 0 )
865 table->alloc_count_max = (FT_ULong)total_count;
/external/v8/tools/
H A Dll_prof.py143 total_count = 0
159 total_count += count
166 assert total_count == self.self_ticks, \
167 "Lost ticks (%d != %d) in %s" % (total_count, self.self_ticks, self)
/external/oprofile/pp/
H A Dopreport.cpp225 void output_count(count_type total_count, count_type count) argument
228 double ratio = op_ratio(count, total_count);
/external/chromium/chrome/browser/sync/engine/
H A Dsyncapi.cc1136 int total_count; member in struct:sync_api::__anon1887::NotificationInfo
1139 NotificationInfo() : total_count(0) {}
1146 value->SetInteger("totalCount", total_count);
2716 info->total_count++;

Completed in 1047 milliseconds