// Copyright (C) 2013 by Yan Huang // and Xiao Shaun Wang package com.oblivm.backend.flexsc; import com.oblivm.backend.util.StopWatch; public class Flag { public static boolean CountTime = false; public static StopWatch sw = new StopWatch(CountTime); public static boolean countIO = false; public static boolean FakeOT = true; public static boolean ProprocessOT = false; public static int OTBlockSize = 1024 * 64; public static boolean offline = true; public static String tableName = "table"; }