//package tbextensions;
import drjava.util.MultiCoreUtil;
import org.luaj.vm2.Lua;
import org.luaj.vm2.LuaValue;
import org.luaj.vm2.lib.ZeroArgFunction;
public class GetNumberOfProcessors_x extends ZeroArgFunction {
public LuaValue call() {
return Lua.value(MultiCoreUtil.getNumberOfProcessors());
}
}Travelled to 12 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
| ID | Author/Program | Comment | Date |
|---|---|---|---|
| 22 | stefan | Removed package statement to clear up the class duplication. | 2014-02-01 16:15:56 |
| Recognizer | Recognition Result | Visualize | Recalc |
|---|---|---|---|
| #308 | 323 | [visualize] |
| Snippet ID: | #216 |
| Snippet name: | GetNumberOfProcessors.java |
| Eternal ID of this version: | #216/1 |
| Text MD5: | fa2bad6f3aef5135a2836436fd35d11b |
| Author: | stefan |
| Category: | java test |
| Type: | Java source code |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2014-02-01 16:15:29 |
| Source code size: | 323 bytes / 12 lines |
| Pitched / IR pitched: | No / Yes |
| Views / Downloads: | 1380 / 309 |
| Referenced in: | #217 - Test for directJava #219 - How many processors #3000382 - Answer for ferdie (>> t = 1, f = 0) |