ewol change his time API

This commit is contained in:
2012-08-16 18:22:10 +02:00
parent 04c86769d6
commit 0fc8934d93
2 changed files with 5 additions and 5 deletions

View File

@@ -129,7 +129,7 @@ void CodeView::OnDraw(ewol::DrawProperty& displayProp)
void CodeView::OnRegenerateDisplay(void)
{
if (true == NeedRedraw()) {
int64_t startTime = GetCurrentTime();
int64_t startTime = ewol::GetTime();
// For the scrooling windows
CalculateMaxSize();
@@ -164,7 +164,7 @@ void CodeView::OnRegenerateDisplay(void)
// set the current size of the windows
SetMaxSize(BufferManager::Get(m_bufferID)->GetMaxSize());
int64_t stopTime = GetCurrentTime();
int64_t stopTime = ewol::GetTime();
APPL_DEBUG("Display Code Generation = " << stopTime - startTime << " micro-s");
// call the herited class...