nd4j.graph.UIEvent.addTimestamp = function(builder, timestamp) {
  builder.addFieldInt64(3, timestamp, builder.createLong(0, 0));
};