#include <iostream>
#include <saga/saga-defs.hpp>
Go to the source code of this file.
Defines | |
#define | SAGA_GUARDED_EXEC(BLOCK) |
Functions | |
void | run_test (std::string fileURL) |
void | run_benchmarks (std::string smallFile, std::string bigFile, std::string targetDir, int copyIterations) |
void | file_cat (std::string fileURL) |
void | file_remove (std::string fileURL) |
void | file_copy (std::string sourceURL, std::string targetURL) |
void | file_move (std::string sourceURL, std::string targetURL) |
void | list_dir (std::string directoryURL) |
#define SAGA_GUARDED_EXEC | ( | BLOCK | ) |
void run_test | ( | std::string | fileURL | ) |
void run_benchmarks | ( | std::string | smallFile, | |
std::string | bigFile, | |||
std::string | targetDir, | |||
int | copyIterations | |||
) |
References saga::task_container::add_task(), saga::name_space::entry::copy(), ITERATIONS, saga::filesystem::Overwrite, SAGA_GUARDED_EXEC, and saga::task_container::wait().
Referenced by main().
void file_cat | ( | std::string | fileURL | ) |
void file_remove | ( | std::string | fileURL | ) |
void file_copy | ( | std::string | sourceURL, | |
std::string | targetURL | |||
) |
void file_move | ( | std::string | sourceURL, | |
std::string | targetURL | |||
) |
void list_dir | ( | std::string | directoryURL | ) |