/test/dittosuite/test/ |
D | write_file_test.cpp | 63 int repeat = 2; in TEST_F() local 64 EXPECT_CALL(syscall_, Write(fd_, _, MockSyscall::kDefaultFileSize, 0)).Times(repeat); in TEST_F() 67 (Instruction::Params){syscall_, repeat}, -1, MockSyscall::kDefaultFileSize, 0, in TEST_F() 82 int repeat = 2; in TEST_F() local 83 EXPECT_CALL(syscall_, Write(fd_, _, MockSyscall::kDefaultFileSize, 0)).Times(repeat); in TEST_F() 86 (Instruction::Params){syscall_, repeat}, -1, MockSyscall::kDefaultFileSize, 0, in TEST_F() 117 int repeat = 2; in TEST_F() local 124 .Times(repeat) in TEST_F() 132 for (int i = 0; i < repeat; ++i) { in TEST_F() 140 auto write_file = dittosuite::WriteFile((Instruction::Params){syscall_, repeat}, size, block_size, in TEST_F() [all …]
|
D | read_file_test.cpp | 65 int repeat = 2; in TEST_F() local 66 EXPECT_CALL(syscall_, Read(fd_, _, MockSyscall::kDefaultFileSize, 0)).Times(repeat); in TEST_F() 69 (Instruction::Params){syscall_, repeat}, -1, MockSyscall::kDefaultFileSize, 0, in TEST_F() 84 int repeat = 2; in TEST_F() local 85 EXPECT_CALL(syscall_, Read(fd_, _, MockSyscall::kDefaultFileSize, 0)).Times(repeat); in TEST_F() 88 (Instruction::Params){syscall_, repeat}, -1, MockSyscall::kDefaultFileSize, 0, in TEST_F() 119 int repeat = 2; in TEST_F() local 126 .Times(repeat * 2) in TEST_F() 134 for (int i = 0; i < repeat; ++i) { in TEST_F() 142 auto read_file = dittosuite::ReadFile((Instruction::Params){syscall_, repeat}, size, block_size, in TEST_F() [all …]
|
D | resize_file_test.cpp | 38 int repeat = 1; in TEST_P() local 44 (Instruction::Params){dittosuite::Syscall::GetSyscall(), repeat}, file_name, true, false, in TEST_P() 51 (Instruction::Params){dittosuite::Syscall::GetSyscall(), repeat}, size, fd_key); in TEST_P()
|
/test/dittosuite/example/ |
D | sched_policies.ditto | 19 repeat: 100, 34 repeat: 100, 49 repeat: 100,
|
D | memory_growing.ditto | 15 repeat: 10, 20 repeat: 3
|
D | cpu_workload.ditto | 11 repeat: 100, 22 repeat: 100,
|
D | sched_affinities.ditto | 12 repeat: 100, 23 repeat: 100,
|
D | memory.ditto | 20 repeat: 300, 31 repeat: 300,
|
D | multithreading.ditto | 31 repeat: 2
|
D | read_with_setup.ditto | 30 repeat: 100
|
/test/dittosuite/src/ |
D | instruction_set.cpp | 112 auto repeat = sub_result->GetRepeat(); in CollectResults() local 115 duration.resize(samples.size() / repeat); in CollectResults() 118 for (std::size_t i = 0; i < samples.size() / repeat; ++i) { in CollectResults() 119 for (int j = 0; j < repeat; ++j) { in CollectResults() 120 duration[i] += samples[i * repeat + j]; in CollectResults()
|
D | result.cpp | 41 Result::Result(const std::string& name, const int repeat) : name_(name), repeat_(repeat) {} in Result() argument
|
D | instruction_factory.cpp | 77 Instruction::Params instruction_params(Syscall::GetSyscall(), proto_instruction.repeat(), in CreateFromProtoInstruction()
|
/test/dittosuite/example/android/ |
D | binder.ditto | 12 repeat: 1, 25 repeat: 500,
|
D | binder_sm.ditto | 9 repeat: 500,
|
D | binder_gen.ditto | 16 repeat: 2,
|
/test/dittosuite/include/ditto/ |
D | instruction.h | 38 Params(SyscallInterface& syscall, int repeat = 1, uint64_t period_us = 0, 40 : syscall_(syscall), repeat_(repeat), period_us_(period_us), offset_us_(offset_us) {} in syscall_()
|
D | result.h | 37 explicit Result(const std::string& name, int repeat);
|
/test/dittosuite/example/parametric/ |
D | multithreading.ditto | 31 repeat: $PARAMETER_2$
|
D | read_with_setup_multi.ditto | 34 repeat: 100
|
/test/mlts/benchmark/tools/ |
D | tensor_utils.py | 346 interval=200, repeat=False) 396 interval=200, repeat=False) 505 interval=200, repeat=False)
|
/test/dittosuite/schema/ |
D | benchmark.proto | 218 optional int32 repeat = 1 [default = 1]; field
|
/test/dittosuite/ |
D | README.md | 106 - (optional) `int repeat` (`default = 1`). Specifies how many times the instruction should be 190 repeat: 10
|