|
i6engine
1.0
|
Functions | |
| ISIXE_UTILS_API void | parse (const std::string &file) |
| parses the given file into the variables More... | |
| ISIXE_UTILS_API void | calculateMemoryUsage () |
| this methods calculates the current memory usage More... | |
| ISIXE_UTILS_API void | calculateCPUUsage () |
| this methods calculates the current cpu usage More... | |
Variables | |
| ISIXE_UTILS_API bool | packetDump |
| ISIXE_UTILS_API bool | fps |
| ISIXE_UTILS_API bool | fpsCrit |
| ISIXE_UTILS_API double | fpsRed |
| ISIXE_UTILS_API bool | waitingMsg |
| ISIXE_UTILS_API bool | countMsg |
| ISIXE_UTILS_API bool | timeStamp |
| ISIXE_UTILS_API bool | numberObjects |
| ISIXE_UTILS_API bool | numberMessages |
| ISIXE_UTILS_API bool | profileCPU |
| ISIXE_UTILS_API bool | profileMemory |
| ISIXE_UTILS_API void i6e::utils::profiling::calculateCPUUsage | ( | ) |
this methods calculates the current cpu usage
| ISIXE_UTILS_API void i6e::utils::profiling::calculateMemoryUsage | ( | ) |
this methods calculates the current memory usage
| ISIXE_UTILS_API void i6e::utils::profiling::parse | ( | const std::string & | file | ) |
parses the given file into the variables
| ISIXE_UTILS_API bool i6e::utils::profiling::countMsg |
| ISIXE_UTILS_API bool i6e::utils::profiling::fps |
| ISIXE_UTILS_API bool i6e::utils::profiling::fpsCrit |
| ISIXE_UTILS_API double i6e::utils::profiling::fpsRed |
| ISIXE_UTILS_API bool i6e::utils::profiling::numberMessages |
| ISIXE_UTILS_API bool i6e::utils::profiling::numberObjects |
| ISIXE_UTILS_API bool i6e::utils::profiling::packetDump |
| ISIXE_UTILS_API bool i6e::utils::profiling::profileCPU |
| ISIXE_UTILS_API bool i6e::utils::profiling::profileMemory |
| ISIXE_UTILS_API bool i6e::utils::profiling::timeStamp |
| ISIXE_UTILS_API bool i6e::utils::profiling::waitingMsg |