Revision 3276
Added by Jing Tao over 17 years ago
src/edu/ucsb/nceas/metacat/MetaCatServlet.java | ||
---|---|---|
1075 | 1075 |
MetaCatUtil.writeDebugToFile("---------------------------------------------------------------------------------"+ |
1076 | 1076 |
"-------------------------------------------------------------------------------Total search time for " |
1077 | 1077 |
+ (outPutTime - startTime)); |
1078 |
MetaCatUtil.writeDebugToDelimiteredFile(" "+ (outPutTime - startTime), true); |
|
1078 | 1079 |
} |
1079 | 1080 |
|
1080 | 1081 |
/** |
Also available in: Unified diff
Add statement to output search time to a delimitered file