Mercurial > pub > Jint1
comparison Jint.Experimental/Program.cs @ 0:e113095f1de0
initial commit, proof of concept
| author | cin |
|---|---|
| date | Wed, 23 Oct 2013 13:24:57 +0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:e113095f1de0 |
|---|---|
| 1 using System; | |
| 2 using Jint.Runtime.VM; | |
| 3 | |
| 4 namespace Jint.Experimental | |
| 5 { | |
| 6 class MainClass | |
| 7 { | |
| 8 public static void Main (string[] args) | |
| 9 { | |
| 10 var ticks = Environment.TickCount; | |
| 11 | |
| 12 | |
| 13 | |
| 14 Console.WriteLine ("register access: {0} ms", Environment.TickCount - ticks); | |
| 15 | |
| 16 } | |
| 17 } | |
| 18 } |
