Initial commit
This commit is contained in:
10
sam3/perflib/__init__.py
Normal file
10
sam3/perflib/__init__.py
Normal file
@ -0,0 +1,10 @@
|
||||
# Copyright (c) Meta Platforms, Inc. and affiliates. All Rights Reserved
|
||||
|
||||
# pyre-unsafe
|
||||
|
||||
import os
|
||||
|
||||
is_enabled = False
|
||||
if os.getenv("USE_PERFLIB", "1") == "1":
|
||||
# print("Enabled the use of perflib.\n", end="")
|
||||
is_enabled = True
|
||||
Reference in New Issue
Block a user