<PackageReference Include="Relativity.Server.Import.SDK" Version="2.9.2" />

Timekeeper2

public sealed class Timekeeper2
public int Count { get; }

public Timekeeper2()

public Timekeeper2(IFileSystem fileSystem, IAppSettings settings)

public void GenerateCsvReportItemsAsRows(string filenameSuffix, string directory)

public TimekeeperEntry2 GetEntry(string key)

public TimekeeperEntry2 GetEntry(string key, int thread)

public void MarkEnd(string key)

public void MarkEnd(string key, int thread)

public void MarkStart(string key)

public void MarkStart(string key, int thread)