Home
last modified time | relevance | path

Searched refs:profile (Results 1 – 25 of 50) sorted by relevance

12

/art/libprofile/profile/
Dprofile_boot_info_test.cc37 ScratchFile profile; in TEST_F() local
42 ASSERT_TRUE(loaded_info.Load(profile.GetFd(), dex_files)); in TEST_F()
47 ScratchFile profile; in TEST_F() local
53 ASSERT_TRUE(saved_info.Save(profile.GetFd())); in TEST_F()
54 ASSERT_TRUE(profile.GetFile()->ResetOffset()); in TEST_F()
57 ASSERT_TRUE(loaded_info.Load(profile.GetFd(), dex_files)); in TEST_F()
66 ScratchFile profile; in TEST_F() local
77 ASSERT_TRUE(saved_info.Save(profile.GetFd())); in TEST_F()
78 ASSERT_TRUE(profile.GetFile()->ResetOffset()); in TEST_F()
81 ASSERT_TRUE(loaded_info.Load(profile.GetFd(), dex_files2)); in TEST_F()
[all …]
Dprofile_compilation_info_test.cc130 ScratchFile profile; in TestProfileLoadFromZip() local
136 ASSERT_TRUE(saved_info.Save(GetFd(profile))); in TestProfileLoadFromZip()
137 ASSERT_EQ(0, profile.GetFile()->Flush()); in TestProfileLoadFromZip()
140 std::vector<uint8_t> data(profile.GetFile()->GetLength()); in TestProfileLoadFromZip()
141 ASSERT_TRUE(profile.GetFile()->PreadFully(data.data(), data.size(), /*offset=*/ 0)); in TestProfileLoadFromZip()
281 ScratchFile profile; in TEST_F() local
289 ASSERT_TRUE(saved_info.Save(GetFd(profile))); in TEST_F()
290 ASSERT_EQ(0, profile.GetFile()->Flush()); in TEST_F()
294 ASSERT_TRUE(loaded_info.Load(GetFd(profile))); in TEST_F()
303 ASSERT_TRUE(profile.GetFile()->ResetOffset()); in TEST_F()
[all …]
/art/test/595-profile-saving/
DAndroid.bp3 // Build rules for ART run-test `595-profile-saving`.
16 name: "art-run-test-595-profile-saving",
21 ":art-run-test-595-profile-saving-expected-stdout",
22 ":art-run-test-595-profile-saving-expected-stderr",
28 name: "art-run-test-595-profile-saving-expected-stdout",
29 out: ["art-run-test-595-profile-saving-expected-stdout.txt"],
36 name: "art-run-test-595-profile-saving-expected-stderr",
37 out: ["art-run-test-595-profile-saving-expected-stderr.txt"],
/art/tools/
Dboot-image-profile-generate.sh73 OUT_BOOT_PROFILE="$OUT_DIR"/boot-image-profile.txt
75 OUT_SYSTEM_SERVER="$OUT_DIR"/art-profile
118 --generate-boot-image-profile \
120 --out-profile-path="$OUT_BOOT_PROFILE" \
133 --generate-boot-image-profile \
135 --out-profile-path="$OUT_SYSTEM_SERVER" \
Dart54 --profile Run with profiling, then run using profile data.
249 --compiler-filter=speed-profile)
252 --compiler-filter=everything-profile)
387 --profile)
631 -Xps-profile-path:$PROFILE_PATH \
649 DEX2OAT_FLAGS+=(--profile-file="$PROFILE_PATH")
/art/test/707-checker-invalid-profile/
DAndroid.bp3 // Build rules for ART run-test `707-checker-invalid-profile`.
16 name: "art-run-test-707-checker-invalid-profile",
21 ":art-run-test-707-checker-invalid-profile-expected-stdout",
22 ":art-run-test-707-checker-invalid-profile-expected-stderr",
31 name: "art-run-test-707-checker-invalid-profile-expected-stdout",
32 out: ["art-run-test-707-checker-invalid-profile-expected-stdout.txt"],
39 name: "art-run-test-707-checker-invalid-profile-expected-stderr",
40 out: ["art-run-test-707-checker-invalid-profile-expected-stderr.txt"],
Drun17 exec ${RUN} $@ --profile -Xcompiler-option --compiler-filter=speed-profile
Dexpected-stdout.txt1 Invalid inline cache in profile file.
/art/test/178-app-image-native-method/
Drun19 ${RUN} $@ --profile -Xcompiler-option --compiler-filter=speed-profile \
24 ${RUN} ${@} --profile -Xcompiler-option --compiler-filter=verify
/art/test/172-app-image-twice/
Drun19 ${RUN} $@ --profile -Xcompiler-option --compiler-filter=speed-profile
/art/test/1001-app-image-regions/
Drun17 exec ${RUN} $@ --profile -Xcompiler-option --compiler-filter=speed-profile
/art/test/729-checker-polymorphic-intrinsic/
Drun17 exec ${RUN} $@ --profile -Xcompiler-option --compiler-filter=speed-profile
/art/test/158-app-image-class-table/
Drun17 exec ${RUN} $@ --profile -Xcompiler-option --compiler-filter=speed-profile
/art/test/643-checker-bogus-ic/
Drun17 exec ${RUN} $@ --profile -Xcompiler-option --compiler-filter=speed-profile
/art/test/638-checker-inline-caches/
Drun17 exec ${RUN} $@ --profile -Xcompiler-option --compiler-filter=speed-profile
/art/test/164-resolution-trampoline-dex-cache/
Drun21 -Xcompiler-option --compiler-filter=speed-profile --profile \
/art/test/1003-metadata-section-strings/
Drun17 exec ${RUN} $@ --profile -Xcompiler-option --compiler-filter=speed-profile -Xcompiler-option --reso…
/art/test/159-app-image-fields/
Drun20 exec ${RUN} $@ --profile -Xcompiler-option --compiler-filter=speed-profile \
/art/test/163-app-image-methods/
Drun20 exec ${RUN} $@ --profile -Xcompiler-option --compiler-filter=speed-profile \
/art/runtime/jit/
Dprofiling_info_test.cc172 ScratchFile profile; in TEST_F() local
185 profile.GetFilename(), in TEST_F()
191 ASSERT_TRUE(info1.Load(GetFd(profile))); in TEST_F()
205 profile.GetFilename(), in TEST_F()
211 ASSERT_TRUE(info2.Load(GetFd(profile))); in TEST_F()
229 ScratchFile profile; in TEST_F() local
244 profile.GetFilename(), in TEST_F()
251 ASSERT_TRUE(info.Load(GetFd(profile))); in TEST_F()
/art/test/176-app-image-string/
Drun17 exec ${RUN} $@ --profile
/art/test/818-clinit-nterp/
Drun17 exec ${RUN} $@ --profile
/art/test/596-app-images/
Drun18 exec ${RUN} --profile $@
/art/test/648-inline-caches-unresolved/
Drun17 exec ${RUN} $@ --secondary --profile
/art/profman/
Dprofile_assistant_test.cc67 const ScratchFile& profile, in SetupProfile() argument
90 ASSERT_TRUE(info->Save(GetFd(profile))); in SetupProfile()
91 ASSERT_EQ(0, profile.GetFile()->Flush()); in SetupProfile()
98 const ScratchFile& profile, in SetupBasicProfile() argument
109 ASSERT_TRUE(info->Save(GetFd(profile))); in SetupBasicProfile()
110 ASSERT_EQ(0, profile.GetFile()->Flush()); in SetupBasicProfile()
418 ScratchFile profile; in CheckCompilationMethodPercentChange() local
420 std::vector<int> profile_fds({ GetFd(profile)}); in CheckCompilationMethodPercentChange()
433 profile, &info1); in CheckCompilationMethodPercentChange()
450 ScratchFile profile; in CheckCompilationClassPercentChange() local
[all …]

12