...
...
|
Re: Include CPU
"stock" means optional. If a stock function is not called then it will not be present in the generated binary file(".amxx"). This will save space on the disk because it results in smaller files, but has absolutely no impact on the CPU.
The CPU is used to actually run code. If something is not used/called, it doesn't use the CPU, this should be common sense. Include files are copy-pasted inside the sma file during the pre-processing step done by the compiler so the code ends up being the same as if you didn't have an inc and wrote everything in the source file. |
Re: Include CPU
...
|
| All times are GMT -4. The time now is 11:36. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.