checkpointing meaning in English
检验指示
Examples
- This is known as checkpointing
这就是所谓的进度保存。 - Turn checkpointing on or off
启用或禁用检查点功能。 - Checkpointing scheme based on imprecise computation for real - time systems
基于非精确计算的实时任务检查点设置策略 - You can optionally have the application do occasional checkpointing , so that when it is rerun after a cancellation it does not need to do all its work over again
您可以选择非经常性地进行检查点操作,这样当应用程序中断之后重新运行时,就不需要再次执行所有的操作。 - Call these around code segments during which you don ' t want to be suspended or killed by the core client . note : this is done automatically while checkpointing
在一段代码的前后分别调用这两个函数,可以防止这段代码的执行过程中被抢占或是被客户端给关闭进程。注意:这些函数会在保存进度的时候自动被调用。