[
https://issues.apache.org/jira/browse/JENA-1550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16482334#comment-16482334
]
ASF GitHub Bot commented on JENA-1550:
--------------------------------------
Github user rvesse commented on a diff in the pull request:
https://github.com/apache/jena/pull/424#discussion_r189540060
--- Diff: jena-base/src/main/java/org/apache/jena/atlas/lib/Timer.java ---
@@ -69,4 +69,13 @@ static public String timeStr(long timeInterval) {
protected String timeStr(long timePoint, long startTimePoint) {
return timeStr(timePoint - startTimePoint) ;
}
+
+ /** Time an operation. Return the elapsed time in milliseconds. */
+ public static long time(Runnable action) {
--- End diff --
There's an implied assumption here that any exceptions thrown by the
runnable are handled by the caller
> Bulk loader for TDB2.
> ---------------------
>
> Key: JENA-1550
> URL: https://issues.apache.org/jira/browse/JENA-1550
> Project: Apache Jena
> Issue Type: Improvement
> Components: TDB2
> Affects Versions: Jena 3.7.0
> Reporter: Andy Seaborne
> Assignee: Andy Seaborne
> Priority: Major
>
> Provide a bulk loader for TDB2.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)