Home
last modified time | relevance | path

Searched refs:RSS (Results 1 – 25 of 48) sorted by relevance

12

/external/clang/lib/Sema/
DSemaCoroutine.cpp250 ReadySuspendResumeResult RSS = buildCoawaitCalls(*this, Loc, E); in BuildCoawaitExpr() local
251 if (RSS.IsInvalid) in BuildCoawaitExpr()
254 Expr *Res = new (Context) CoawaitExpr(Loc, E, RSS.Results[0], RSS.Results[1], in BuildCoawaitExpr()
255 RSS.Results[2]); in BuildCoawaitExpr()
317 ReadySuspendResumeResult RSS = buildCoawaitCalls(*this, Loc, E); in BuildCoyieldExpr() local
318 if (RSS.IsInvalid) in BuildCoyieldExpr()
321 Expr *Res = new (Context) CoyieldExpr(Loc, E, RSS.Results[0], RSS.Results[1], in BuildCoyieldExpr()
322 RSS.Results[2]); in BuildCoyieldExpr()
/external/markdown/docs/extensions/
DRSS.txt1 RSS
7 An extension to Python-Markdown that outputs a markdown document as RSS. This
23 An RSS document includes some data about the document (URI, author, title) that
Dindex.txt24 * [[RSS]]
/external/angle/third_party/spirv-tools/src/source/util/
Dtimer.h155 virtual long RSS() const { in RSS() function
330 if (rss_ >= 0 && Timer::RSS() >= 0) in Stop()
331 rss_ += Timer::RSS(); in Stop()
356 long RSS() const override { return rss_; } in RSS() function
Dtimer.cpp92 *report_stream_ << std::fixed << std::setw(12) << RSS() << std::setw(16) in Report()
/external/swiftshader/third_party/SPIRV-Tools/source/util/
Dtimer.h155 virtual long RSS() const { in RSS() function
330 if (rss_ >= 0 && Timer::RSS() >= 0) in Stop()
331 rss_ += Timer::RSS(); in Stop()
356 long RSS() const override { return rss_; } in RSS() function
Dtimer.cpp92 *report_stream_ << std::fixed << std::setw(12) << RSS() << std::setw(16) in Report()
/external/deqp-deps/SPIRV-Tools/source/util/
Dtimer.h155 virtual long RSS() const { in RSS() function
330 if (rss_ >= 0 && Timer::RSS() >= 0) in Stop()
331 rss_ += Timer::RSS(); in Stop()
356 long RSS() const override { return rss_; } in RSS() function
Dtimer.cpp92 *report_stream_ << std::fixed << std::setw(12) << RSS() << std::setw(16) in Report()
/external/swiftshader/third_party/SPIRV-Tools/test/
Dtimer_test.cpp35 long RSS() const override { return 360L; } in RSS() function in spvtools::utils::__anoncef64c090111::MockTimer
96 long RSS() const override { return count_stop_ * 360L; } in RSS() function in spvtools::utils::__anoncef64c090111::MockCumulativeTimer
/external/deqp-deps/SPIRV-Tools/test/
Dtimer_test.cpp35 long RSS() const override { return 360L; } in RSS() function in spvtools::utils::__anond9090f8f0111::MockTimer
96 long RSS() const override { return count_stop_ * 360L; } in RSS() function in spvtools::utils::__anond9090f8f0111::MockCumulativeTimer
/external/angle/third_party/spirv-tools/src/test/
Dtimer_test.cpp35 long RSS() const override { return 360L; } in RSS() function in spvtools::utils::__anonb0b6ac030111::MockTimer
96 long RSS() const override { return count_stop_ * 360L; } in RSS() function in spvtools::utils::__anonb0b6ac030111::MockCumulativeTimer
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_flags.inc108 "Hard RSS limit in Mb."
110 " which periodically reads RSS and aborts the process if the"
113 "Soft RSS limit in Mb."
115 " which periodically reads RSS. If the limit is reached"
118 " until the RSS goes below the soft limit."
/external/autotest/server/site_tests/brillo_ProcLibMemoryInventory/
Dcontrol13 Take inventory of process and shared lib unique RSS on a Brillo device.
/external/linux-kselftest/tools/testing/selftests/vm/
Dmlock2-tests.c159 #define RSS "Rss:" macro
199 if (!strstr(line, RSS)) { in is_vma_lock_on_fault()
206 value = line + strlen(RSS); in is_vma_lock_on_fault()
/external/perfetto/test/configs/
Dcamera.cfg44 # RSS and ION buffer events:
/external/perfetto/protos/perfetto/metrics/android/
Djava_heap_stats.proto38 // Sum of anonymous RSS + swap pages in bytes.
Dlmk_reason_metric.proto32 // RSS + swap.
/external/ethtool/
DNEWS62 * Feature: add support for extra RSS contexts and RSS steering filters
63 * Feature: Document RSS context control and RSS filters
93 * Feature: Support for configurable RSS hash function
162 * Feature: Support for configurable RSS hash key (-x/-X options)
/external/perfetto/protos/perfetto/config/profiling/
Djava_hprof_config.proto46 // Do not profile processes whose anon RSS + swap < given value.
/external/scudo/standalone/
Dflags.inc38 "Enforce an upper limit (in megabytes) to the process RSS. The "
/external/perfetto/docs/data-sources/
Dnative-heap-profiler.md375 ## Heapprofd vs malloc_info() vs RSS
394 **Heap RSS** is the amount of memory requested from the operating system by the
399 RSS can also end up being smaller than the other two if the device kernel uses
403 | | heapprofd | malloc\_info | RSS |
411 If you observe high RSS or malloc\_info metrics but heapprofd does not match,
/external/perfetto/docs/case-studies/
Dmemory.md83 **RSS** (Resident Set Size). Not all resident memory is equal though.
142 * RSS High Watermark.
145 ### RSS High Watermark
148 memory information. `VmHWM` shows the maximum RSS usage the process has seen
/external/ethtool/shell-completion/bash/
Dethtool64 # Complete an RSS Context ID
70 command sed -n 's/^[[:space:]]*RSS Context ID:[[:space:]]*\([0-9]*\)$/\1/p' |
871 # Complete available RSS hash functions
873 $(_ethtool_get_names_in_section 'RSS hash function' \
/external/scapy/doc/scapy/
Dtroubleshooting.rst65 …` (`archive <http://news.gmane.org/gmane.comp.security.scapy.general>`_, `RSS, NNTP <http://gmane…

12