Home
last modified time | relevance | path

Searched refs:resident (Results 1 – 25 of 27) sorted by relevance

12

/external/autotest/client/site_tests/platform_MemoryMonitor/
Dplatform_MemoryMonitor.py126 perf_values['top_%d' % (i + 1)] = process.resident
151 resident=sum(p.resident for p in grouped_processes)
152 top_by_command.append((resident, command))
156 for resident, command in top_by_command:
158 logging.info('Command: %s, Resident: %f', command, resident)
159 perf_values['process_%s' % command] = resident
178 processes = dict((p.pid, p.resident) for p in processes)
187 resident = 0
193 resident += processes.get(pid, 0)
194 top_by_service.append((resident, service))
[all …]
Dcontrol18 Top 10 processes by resident memory consumption
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_pass2.c58 value->resident = &c->pass2_grf[reg]; in prealloc_reg()
146 grf->value->resident = 0; in update_register_usage()
178 value->resident->value = NULL; in spill_value()
179 value->resident->nextuse = BRW_WM_MAX_INSN; in spill_value()
180 value->resident = NULL; in spill_value()
245 assert(!dst[i]->resident); in alloc_contiguous_dest()
251 dst[i]->resident = &c->pass2_grf[reg+i]; in alloc_contiguous_dest()
273 if (!ref->value->resident) { in load_args()
283 ref->value->resident = &c->pass2_grf[reg]; in load_args()
292 assert(ref->value == ref->value->resident->value); in load_args()
[all …]
Dbrw_wm.h119 struct brw_wm_grf *resident; member
/external/deqp/doc/testspecs/VK/
Dsparse_resources.txt9 1. Test fully resident buffer created with VK_BUFFER_CREATE_SPARSE_BINDING_BIT flag bit
10 2. Test fully resident image created with VK_IMAGE_CREATE_SPARSE_BINDING_BIT flag bit
11 3. Test partially resident buffer created with VK_BUFFER_CREATE_SPARSE_RESIDENCY_BIT flag bit
12 4. Test partially resident image created with VK_IMAGE_CREATE_SPARSE_RESIDENCY_BIT flag bit
13 5. Test partially resident image with mipmaps, put some mipmap levels in mip tail region
14 6. Test memory aliasing for fully resident buffer objects
18 1. Test fully resident buffer created with VK_BUFFER_CREATE_SPARSE_BINDING_BIT flag bit
38 2. Test fully resident image created with VK_IMAGE_CREATE_SPARSE_BINDING_BIT flag bit
57 3. Test partially resident buffer created with VK_BUFFER_CREATE_SPARSE_RESIDENCY_BIT flag bit
77 4. Test partially resident image created with VK_IMAGE_CREATE_SPARSE_RESIDENCY_BIT flag bit
[all …]
/external/jemalloc/src/
Dbase.c131 base_stats_get(size_t *allocated, size_t *resident, size_t *mapped) in base_stats_get() argument
138 *resident = base_resident; in base_stats_get()
Dstats.c600 size_t allocated, active, metadata, resident, mapped; in stats_print() local
606 CTL_GET("stats.resident", &resident, size_t); in stats_print()
611 allocated, active, metadata, resident, mapped); in stats_print()
Dctl.c739 ctl_stats.resident = base_resident + in ctl_refresh()
2091 CTL_RO_CGEN(config_stats, stats_resident, ctl_stats.resident, size_t) in CTL_RO_NL_CGEN()
/external/jemalloc/include/jemalloc/internal/
Dbase.h13 void base_stats_get(size_t *allocated, size_t *resident, size_t *mapped);
Dctl.h61 size_t resident; member
/external/jemalloc/test/unit/
Dstats.c6 size_t sz, allocated, active, resident, mapped; in TEST_BEGIN() local
18 assert_d_eq(mallctl("stats.resident", &resident, &sz, NULL, 0), in TEST_BEGIN()
28 assert_zu_lt(active, resident, in TEST_BEGIN()
/external/mksh/src/
Drlimits.opt96 FN("resident-set(KiB)", RLIMIT_RSS, 1024
Drlimits.gen92 FN("resident-set(KiB)", RLIMIT_RSS, 1024, 'm')
/external/markdown/
Dtest-markdown.py55 def resident(since=0.0): function
/external/valgrind/docs/internals/
Dsegments-seginfos.txt67 relocates a module that has DT_TEXTREL, or when a co-resident monitor
/external/mesa3d/src/gallium/docs/source/
Dscreen.rst232 usually limited by the number of threads that can be resident simultaneously
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts ...
/external/jemalloc/
DChangeLog233 - Add the "stats.resident" mallctl, which reports the upper limit of
234 physically resident memory mapped by the allocator.
/external/dbus/doc/
Ddcop-howto.txt537 resident, but no more data or stack. So this will be shared between all
/external/tpm2/
Dpart3.txt1289 … Verification that the handles in the handle area reference entities that are resident on the T…
1758  TPM-memory-resident session contexts;
1759  TPM-memory-resident transient objects; or
1760  TPM-memory-resident hash contexts created by TPM2_HashSequenceStart().
3160resident on a different TPM. If both the public and private parts of the key are loaded , then it …
3877 This command is used to change the authorization secret for a TPM-resident object.
3878 If successful, a new private area for the TPM-resident object associated with objectHandle is retur…
3880 This command does not change the authorization of the TPM-resident object on which it operates.
3881 Therefore, the old authValue (of the TPM-resident object) is used when generating the response HMAC
3886 NOTE 2 The TPM-resident object may be persistent and changing the authorization value of th…
[all …]
/external/tpm2/generator/
Draw_commands.txt1997 Verification that the handles in the handle area reference entities that are resident on the TPM.
2729 TPM-memory-resident session contexts;
2733 TPM-memory-resident transient objects; or
2737 TPM-memory-resident hash contexts created by TPM2_HashSequenceStart().
5124 resident on a different TPM. If both the public and private parts of the key are loaded, then it is…
6457 This command is used to change the authorization secret for a TPM-resident object.
6458 If successful, a new private area for the TPM-resident object associated with objectHandle is retur…
6460 This command does not change the authorization of the TPM-resident object on which it operates.
6461 Therefore, the old authValue (of the TPM-resident object) is used when generating the response HMAC
6469 The TPM-resident object may be persistent and changing the authorization value of the persistent
[all …]
Draw_commands_fixed.txt1997 Verification that the handles in the handle area reference entities that are resident on the TPM.
2729 TPM-memory-resident session contexts;
2733 TPM-memory-resident transient objects; or
2737 TPM-memory-resident hash contexts created by TPM2_HashSequenceStart().
5126 resident on a different TPM. If both the public and private parts of the key are loaded, then it is…
6461 This command is used to change the authorization secret for a TPM-resident object.
6462 If successful, a new private area for the TPM-resident object associated with objectHandle is retur…
6464 This command does not change the authorization of the TPM-resident object on which it operates.
6465 Therefore, the old authValue (of the TPM-resident object) is used when generating the response HMAC
6473 The TPM-resident object may be persistent and changing the authorization value of the persistent
[all …]
/external/llvm/docs/
DWritingAnLLVMPass.rst1222 the purposes of distribution, and for regulating the resident code size when
/external/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt2598 報戶口 < apply\-for\-a\-resident\-permit;
9017 市民 < city\-resident;
15163 居民 < resident;
23796 報戶口 > apply\-for\-a\-resident\-permit;
28343 市民 > city\-resident;
31442 居民 > resident;
31859 常駐 > resident;
/external/libjpeg-turbo/
Dlibjpeg.txt2992 have to be fully RAM resident; you can have the library use temporary

12