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.
私は大量のデータを処理する必要があるかなり大きなスクリプトを書いていますが、ロギング用の部分があり、何がより少ないリソースを使用し、txtファイルまたはmysqlの行にファイルを追加するのか疑問に思いましたクエリ?これをテストするにはどうすればよいですか?
$start = microtime(); // your process here $end = microtime(); // Compare duration.