astra-sim-alibabacloud/astra-sim/system/Usage.cc (8 lines of code) (raw):

/****************************************************************************** This source code is licensed under the MIT license found in the LICENSE file in the root directory of this source tree. *******************************************************************************/ #include "Usage.hh" namespace AstraSim { Usage::Usage(int level, uint64_t start, uint64_t end) { this->level = level; this->start = start; this->end = end; } } // namespace AstraSim