Home
last modified time | relevance | path

Searched refs:snapshots (Results 1 – 25 of 97) sorted by relevance

1234

/external/perfetto/src/trace_processor/
Dclock_tracker.cc34 ClockSnapshotVector& snapshots = clocks_[domain]; in SyncClocks() local
35 if (!snapshots.empty()) { in SyncClocks()
37 if (trace_time_ns <= snapshots.back().trace_time_ns) { in SyncClocks()
42 if (clock_time_ns <= snapshots.back().clock_time_ns) { in SyncClocks()
51 while (!snapshots.empty() && in SyncClocks()
52 snapshots.back().clock_time_ns >= clock_time_ns) { in SyncClocks()
53 snapshots.pop_back(); in SyncClocks()
57 snapshots.emplace_back(ClockSnapshot{clock_time_ns, trace_time_ns}); in SyncClocks()
62 ClockSnapshotVector& snapshots = clocks_[domain]; in ToTraceTime() local
63 if (snapshots.empty()) { in ToTraceTime()
[all …]
/external/webrtc/tools/cpu/
Dcpu_mon.py61 snapshots = []
66 snapshots.append(snapshot)
68 if len(snapshots) == 0:
74 for s in snapshots:
/external/tensorflow/tensorflow/compiler/xla/tools/
Dreplay_computation.cc350 std::vector<HloSnapshot> snapshots; in RealMain() local
354 snapshots.push_back(std::move(maybe_snapshot).ValueOrDie()); in RealMain()
362 LOG(INFO) << "Compiling " << snapshots.size() << " modules in parallel."; in RealMain()
368 "compile_modules", std::max(size_t{1}, snapshots.size()), in RealMain()
370 executables.resize(snapshots.size()); in RealMain()
371 for (int64 i = 0; i < snapshots.size(); ++i) { in RealMain()
372 thread_pool.Schedule([&snapshots, &executables, client, i] { in RealMain()
373 executables[i] = CompileExecutable(snapshots[i], client); in RealMain()
388 ReplayComputation(snapshots[i], executable, client, opts); in RealMain()
403 auto& snapshot = snapshots[i]; in RealMain()
/external/compiler-rt/lib/esan/
Desan_flags.inc35 "Working set tool: whether to sample snapshots during a run.")
37 // Typical profiling uses a 10ms timer. Our snapshots take some work
44 // of snapshots. There are 8 in total, with number 0 using sample_freq.
/external/v8/gni/
Dv8.gni35 # http://v8project.blogspot.com/2015/09/custom-startup-snapshots.html
36 # TODO(thakis): Make snapshots work in 64-bit win/cross builds,
40 # Enable several snapshots side-by-side (e.g. default and for trusted code).
65 # Silently disable multi snapshots if they're incompatible with the current
/external/droiddriver/
Dreleasing_to_jcenter.md11 # Releasing snapshots to artifactory
18 Note that resolving the snapshots requires adding the maven repo to the gradle build file:
/external/llvm/utils/crosstool/ARM/
DREADME4 1. % llvm/utils/crosstool/create-snapshots.sh
34 LLVM_PKG_PATH=[dir where you stored your LLVM and LLVM-GCC snapshots] \
/external/swiftshader/third_party/LLVM/utils/crosstool/ARM/
DREADME4 1. % llvm/utils/crosstool/create-snapshots.sh
34 LLVM_PKG_PATH=[dir where you stored your LLVM and LLVM-GCC snapshots] \
/external/swiftshader/third_party/llvm-7.0/llvm/utils/crosstool/ARM/
DREADME4 1. % llvm/utils/crosstool/create-snapshots.sh
34 LLVM_PKG_PATH=[dir where you stored your LLVM and LLVM-GCC snapshots] \
/external/okhttp/
DREADME.md22 Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].
70 [snap]: https://oss.sonatype.org/content/repositories/snapshots/
/external/e2fsprogs/scrub/
De2scrub.rules.in1 # Try to hide our fsck snapshots from udev's /dev/disk linking...
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
DDiskLruCacheTest.java938 Iterator<DiskLruCache.Snapshot> iterator = cache.snapshots(); in iterator()
972 Iterator<DiskLruCache.Snapshot> iterator = cache.snapshots(); in iteratorElementsAddedDuringIterationAreOmitted()
990 Iterator<DiskLruCache.Snapshot> iterator = cache.snapshots(); in iteratorElementsUpdatedDuringIterationAreUpdated()
1008 Iterator<DiskLruCache.Snapshot> iterator = cache.snapshots(); in iteratorElementsRemovedDuringIterationAreOmitted()
1021 Iterator<DiskLruCache.Snapshot> iterator = cache.snapshots(); in iteratorRemove()
1032 Iterator<DiskLruCache.Snapshot> iterator = cache.snapshots(); in iteratorRemoveBeforeNext()
1042 Iterator<DiskLruCache.Snapshot> iterator = cache.snapshots(); in iteratorRemoveOncePerCallToNext()
1057 Iterator<DiskLruCache.Snapshot> iterator = cache.snapshots(); in cacheClosedTruncatesIterator()
/external/robolectric-shadows/
DREADME.md59 …g edge, you can try running against a snapshot build. Keep in mind that snapshots represent the mo…
65 maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
/external/v8/src/inspector/build/closure-compiler/
DREADME.md27 2. Add sonatype snapshots repository to `~/.m2/settings.xml`:
30 <id>allow-snapshots</id>
34 <id>snapshots-repo</id>
35 <url>https://oss.sonatype.org/content/repositories/snapshots</url>
37 <snapshots><enabled>true</enabled></snapshots>
/external/testng/
DREADME-publish5 - the snapshot to https://oss.sonatype.org/content/repositories/snapshots
DREADME.dev20 <id>sonatype-nexus-snapshots</id>
/external/nanohttpd/
DREADME.md229 <id>sonatype-snapshots</id>
230 <url>https://oss.sonatype.org/content/repositories/snapshots</url>
231 <snapshots>
233 </snapshots>
/external/nanohttpd/src/site/markdown/
Dindex.md225 <id>sonatype-snapshots</id>
226 <url>https://oss.sonatype.org/content/repositories/snapshots</url>
227 <snapshots>
229 </snapshots>
/external/dagger2/
DREADME.md100 Developer snapshots are available from [Sonatype's snapshot repository][dagger-snap], and
124 [dagger-snap]: https://oss.sonatype.org/content/repositories/snapshots/com/google/dagger/
/external/testng/gradle/
Dpublishing-maven.gradle47 snapshotRepository(url: "https://oss.sonatype.org/content/repositories/snapshots") {
/external/ImageMagick/MagickWand/
Dimport.c281 snapshots; in ImportImageCommand() local
415 snapshots=1; in ImportImageCommand()
457 for (scene=0; scene < (size_t) MagickMax(snapshots,1); scene++) in ImportImageCommand()
1176 snapshots=(ssize_t) StringToLong(argv[i]); in ImportImageCommand()
/external/libcxx/
Dappveyor-reqs-install.cmd12 …appveyor DownloadFile https://prereleases.llvm.org/win-snapshots/LLVM-8.0.0-r345380-win32.exe -Fil…
/external/hamcrest/
Dbuild.gradle76 … snapshotRepository(url: "https://oss.sonatype.org/content/repositories/snapshots/") {
/external/okhttp/okio/
DREADME.md131 Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].
142 [snap]: https://oss.sonatype.org/content/repositories/snapshots/
/external/blktrace/
DREADME19 If you don't have git, you can get hourly snapshots from:
23 The snapshots include the full git object database as well. kernel.org has

1234