X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkTimerLog.java;h=b76aefebe9bdfb84b0be8a1b8e7d3b4112ef218a;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=1bbd62d6eaa222dcf6c46e67fc4545e3233146a7;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkTimerLog.java b/vtk/src/vtk/vtkTimerLog.java index 1bbd62d6..b76aefeb 100644 --- a/vtk/src/vtk/vtkTimerLog.java +++ b/vtk/src/vtk/vtkTimerLog.java @@ -1,119 +1,123 @@ -// java wrapper for vtkTimerLog object -// - -package vtk; -import vtk.*; - -public class vtkTimerLog extends vtkObject -{ - - private native String GetClassName_0(); - public String GetClassName() - { return GetClassName_0(); } - - private native int IsA_1(String id0); - public int IsA(String id0) - { return IsA_1(id0); } - - private native void SetLogging_2(int id0); - public void SetLogging(int id0) - { SetLogging_2(id0); } - - private native int GetLogging_3(); - public int GetLogging() - { return GetLogging_3(); } - - private native void LoggingOn_4(); - public void LoggingOn() - { LoggingOn_4(); } - - private native void LoggingOff_5(); - public void LoggingOff() - { LoggingOff_5(); } - - private native void SetMaxEntries_6(int id0); - public void SetMaxEntries(int id0) - { SetMaxEntries_6(id0); } - - private native int GetMaxEntries_7(); - public int GetMaxEntries() - { return GetMaxEntries_7(); } - - private native void FormatAndMarkEvent_8(String id0); - public void FormatAndMarkEvent(String id0) - { FormatAndMarkEvent_8(id0); } - - private native void DumpLog_9(String id0); - public void DumpLog(String id0) - { DumpLog_9(id0); } - - private native void MarkStartEvent_10(String id0); - public void MarkStartEvent(String id0) - { MarkStartEvent_10(id0); } - - private native void MarkEndEvent_11(String id0); - public void MarkEndEvent(String id0) - { MarkEndEvent_11(id0); } - - private native int GetNumberOfEvents_12(); - public int GetNumberOfEvents() - { return GetNumberOfEvents_12(); } - - private native int GetEventIndent_13(int id0); - public int GetEventIndent(int id0) - { return GetEventIndent_13(id0); } - - private native double GetEventWallTime_14(int id0); - public double GetEventWallTime(int id0) - { return GetEventWallTime_14(id0); } - - private native String GetEventString_15(int id0); - public String GetEventString(int id0) - { return GetEventString_15(id0); } - - private native void MarkEvent_16(String id0); - public void MarkEvent(String id0) - { MarkEvent_16(id0); } - - private native void ResetLog_17(); - public void ResetLog() - { ResetLog_17(); } - - private native void AllocateLog_18(); - public void AllocateLog() - { AllocateLog_18(); } - - private native void CleanupLog_19(); - public void CleanupLog() - { CleanupLog_19(); } - - private native double GetUniversalTime_20(); - public double GetUniversalTime() - { return GetUniversalTime_20(); } - - private native double GetCPUTime_21(); - public double GetCPUTime() - { return GetCPUTime_21(); } - - private native void StartTimer_22(); - public void StartTimer() - { StartTimer_22(); } - - private native void StopTimer_23(); - public void StopTimer() - { StopTimer_23(); } - - private native double GetElapsedTime_24(); - public double GetElapsedTime() - { return GetElapsedTime_24(); } - - private native double GetCurrentTime_25(); - public double GetCurrentTime() - { return GetCurrentTime_25(); } - - public vtkTimerLog() { super(); } - - public vtkTimerLog(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkTimerLog object +// + +package vtk; +import vtk.*; + +public class vtkTimerLog extends vtkObject +{ + + private native int IsTypeOf_0(String id0); + public int IsTypeOf(String id0) + { return IsTypeOf_0(id0); } + + private native int IsA_1(String id0); + public int IsA(String id0) + { return IsA_1(id0); } + + private native void SetLogging_2(int id0); + public void SetLogging(int id0) + { SetLogging_2(id0); } + + private native int GetLogging_3(); + public int GetLogging() + { return GetLogging_3(); } + + private native void LoggingOn_4(); + public void LoggingOn() + { LoggingOn_4(); } + + private native void LoggingOff_5(); + public void LoggingOff() + { LoggingOff_5(); } + + private native void SetMaxEntries_6(int id0); + public void SetMaxEntries(int id0) + { SetMaxEntries_6(id0); } + + private native int GetMaxEntries_7(); + public int GetMaxEntries() + { return GetMaxEntries_7(); } + + private native void FormatAndMarkEvent_8(String id0); + public void FormatAndMarkEvent(String id0) + { FormatAndMarkEvent_8(id0); } + + private native void DumpLog_9(String id0); + public void DumpLog(String id0) + { DumpLog_9(id0); } + + private native void MarkStartEvent_10(String id0); + public void MarkStartEvent(String id0) + { MarkStartEvent_10(id0); } + + private native void MarkEndEvent_11(String id0); + public void MarkEndEvent(String id0) + { MarkEndEvent_11(id0); } + + private native void InsertTimedEvent_12(String id0,double id1,int id2); + public void InsertTimedEvent(String id0,double id1,int id2) + { InsertTimedEvent_12(id0,id1,id2); } + + private native int GetNumberOfEvents_13(); + public int GetNumberOfEvents() + { return GetNumberOfEvents_13(); } + + private native int GetEventIndent_14(int id0); + public int GetEventIndent(int id0) + { return GetEventIndent_14(id0); } + + private native double GetEventWallTime_15(int id0); + public double GetEventWallTime(int id0) + { return GetEventWallTime_15(id0); } + + private native String GetEventString_16(int id0); + public String GetEventString(int id0) + { return GetEventString_16(id0); } + + private native int GetEventType_17(int id0); + public int GetEventType(int id0) + { return GetEventType_17(id0); } + + private native void MarkEvent_18(String id0); + public void MarkEvent(String id0) + { MarkEvent_18(id0); } + + private native void ResetLog_19(); + public void ResetLog() + { ResetLog_19(); } + + private native void AllocateLog_20(); + public void AllocateLog() + { AllocateLog_20(); } + + private native void CleanupLog_21(); + public void CleanupLog() + { CleanupLog_21(); } + + private native double GetUniversalTime_22(); + public double GetUniversalTime() + { return GetUniversalTime_22(); } + + private native double GetCPUTime_23(); + public double GetCPUTime() + { return GetCPUTime_23(); } + + private native void StartTimer_24(); + public void StartTimer() + { StartTimer_24(); } + + private native void StopTimer_25(); + public void StopTimer() + { StopTimer_25(); } + + private native double GetElapsedTime_26(); + public double GetElapsedTime() + { return GetElapsedTime_26(); } + + public vtkTimerLog() { super(); } + + public vtkTimerLog(long id) { super(id); } + public native long VTKInit(); + +}