#include "protomol.h"
#include <time.h>
Value:
static INL double elapsed(ticks t1, ticks t0) \ { \ return (double)(t1 - t0); \ }