#include "ns3/core-module.h"
#include <chrono>
#include <cstdio>
#include <cstdlib>
#include <fstream>
#include <iostream>
Go to the source code of this file.
Functions | |
void | PerfFile (FILE *file, uint32_t n, const char *buffer, uint32_t size) |
Check the performance of writing to file. | |
void | PerfStream (std::ostream &stream, uint32_t n, const char *buffer, uint32_t size) |
Check the performance of writing to an output stream. | |