Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
特定のメソッドが呼び出されたときの時間を節約する方法。グレゴリオ暦を作成して時間を節約すると、long variable =calendar.getTimeInMillis()この変数が実行され続けます。これを修正する方法。
long variable =calendar.getTimeInMillis()
使用する :
long t1 = System.currentTimeMillis();