Dartプログラミング言語の情報。 #dartlang
main() { Stopwatch sw = new Stopwatch.start(); // 計測したい処理 sw.stop(); print('${sw.elapsedInMs()} ms'); }
0 件のコメント:
コメントを投稿